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.
|
public ArrayStoreException()
public ArrayStoreException(String s)