Package java.lang
Class ArrayStoreException
ArrayStoreException()
ArrayStoreException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor ArrayStoreException():
Constructs an ArrayStoreException with no detail message.
constructor ArrayStoreException(String s):
Constructs an ArrayStoreException with the specified detail message.