Package java.lang

Class InternalError

    • Constructor Detail

      • InternalError

        public InternalError()
        Constructs an InternalError with no detail message.
      • InternalError

        public InternalError​(String s)
        Constructs an InternalError with the specified detail message.
        Parameters:
        s - the detail message.