public class NotAnArrayException extends ClassCastException
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
Class<?> |
getWrongClass() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022 MicroStream Software. All rights reserved.