public class ArrayStoreException extends RuntimeException
Object[] o = new Integer[1]; o[0] = "oops";
| Constructor and Description |
|---|
ArrayStoreException()
Create an exception without a message.
|
ArrayStoreException(String s)
Create an exception with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArrayStoreException()
public ArrayStoreException(String s)
s - the message