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