Class ObjectArrayException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           ObjectArrayException
ObjectArrayException
- All Implemented Interfaces: 
- Serializable
- public class ObjectArrayException 
- extends Exception
Generated when one tries to access an array of primitive
 values as an array of Objects
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ObjectArrayException
public ObjectArrayException(String type)