public class ArrayStoreException extends RuntimeException
| Constructor and Description |
|---|
ArrayStoreException()
Constructs an ArrayStoreException with no detail message.
|
ArrayStoreException(String s)
Constructs an ArrayStoreException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic ArrayStoreException()
public ArrayStoreException(String s)