Package java.lang

Class InternalError

    • Constructor Detail

      • InternalError

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

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