Class PrimitiveArrayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
PrimitiveArrayException
- All Implemented Interfaces:
- Serializable
public class PrimitiveArrayException
- extends Exception
Generated when one tries to convert an arrays into
a primitive array of the wrong type
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PrimitiveArrayException
public PrimitiveArrayException(String type)