Package java.lang

Class IncompatibleClassChangeError

    • Constructor Detail

      • IncompatibleClassChangeError

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

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