Class java.lang.NegativeArraySizeException (1.0)


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