Package one.microstream.exceptions
Class NotAnArrayException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.ClassCastException
-
- one.microstream.exceptions.NotAnArrayException
-
- All Implemented Interfaces:
Serializable
public class NotAnArrayException extends ClassCastException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAnArrayException()
NotAnArrayException(Class<?> wrongClass)
NotAnArrayException(Class<?> wrongClass, String message)
NotAnArrayException(Class<?> wrongClass, String message, Throwable cause)
NotAnArrayException(Class<?> wrongClass, Throwable cause)
NotAnArrayException(String message)
NotAnArrayException(String message, Throwable cause)
NotAnArrayException(Throwable cause)
-
Method Summary
Modifier and Type Method Description Throwable
getCause()
String
getMessage()
Class<?>
getWrongClass()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-