Package java.lang

Class ClassFormatError

    • Constructor Detail

      • ClassFormatError

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

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