Class ClassFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassFormatException
    extends java.lang.Exception
    Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
    Since:
    2.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassFormatException

        public ClassFormatException​(int errorID)
        Constructor for ClassFormatException.
        Parameters:
        errorID - the given error ID
      • ClassFormatException

        public ClassFormatException​(java.lang.String message)
        Constructor for ClassFormatException.
        Parameters:
        message - the message for the exception
      • ClassFormatException

        public ClassFormatException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructor for ClassFormatException.
        Parameters:
        message - the message for the exception
        cause - the cause of the exception
        Since:
        3.5