Package java.lang

Class NegativeArraySizeException

    • Constructor Detail

      • NegativeArraySizeException

        public NegativeArraySizeException()
        Constructs a new NegativeArraySizeException that includes the current stack trace.
      • NegativeArraySizeException

        public NegativeArraySizeException​(String detailMessage)
        Constructs a new NegativeArraySizeException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.