Class NotAnArrayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
NotAnArrayException
- All Implemented Interfaces:
- Serializable
public class NotAnArrayException
- extends Exception
Exception indicating that an object is not a java array
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAnArrayException
public NotAnArrayException(Class clazz)
NotAnArrayException
public NotAnArrayException(String message)