Class java.lang.ArrayStoreException (1.0)


public class ArrayStoreException extends RuntimeException {
  // Public Constructors
    public ArrayStoreException( );
    public ArrayStoreException(String s);
}