java.lang
public class ArrayStoreException extends RuntimeException
Object[] o = new Integer[1]; o[0] = "oops";
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
ArrayStoreException()
Create an exception without a message. | |
ArrayStoreException(String s)
Create an exception with a message.
|
Parameters: s the message