Class NegativeArraySizeException


public class NegativeArraySizeException extends RuntimeException
Thrown if an application tries to create an array with negative size. Since: JDK1.0, CLDC 1.0
  • Constructor Details

    • NegativeArraySizeException

      public NegativeArraySizeException()
      Constructs a NegativeArraySizeException with no detail message.
    • NegativeArraySizeException

      public NegativeArraySizeException(String s)
      Constructs a NegativeArraySizeException with the specified detail message. s - the detail message.