public class ArrayStoreException extends RuntimeException
| Constructor and Description |
|---|
ArrayStoreException()
Constructs a new
ArrayStoreException that includes the current
stack trace. |
ArrayStoreException(String detailMessage)
Constructs a new
ArrayStoreException with the current stack trace
and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArrayStoreException()
ArrayStoreException that includes the current
stack trace.public ArrayStoreException(String detailMessage)
ArrayStoreException with the current stack trace
and the specified detail message.detailMessage - the detail message for this exception.