java.lang
Class ArrayStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.ArrayStoreException

public class ArrayStoreException
extends RuntimeException


Constructor Summary
ArrayStoreException()
           
ArrayStoreException(String message)
           
ArrayStoreException(String message, Throwable cause)
           
ArrayStoreException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

ArrayStoreException

public ArrayStoreException(String message)

ArrayStoreException

public ArrayStoreException()

ArrayStoreException

public ArrayStoreException(Throwable cause)

ArrayStoreException

public ArrayStoreException(String message,
                           Throwable cause)