Class ClassFormatException

  • All Implemented Interfaces:
    Serializable

    public class ClassFormatException
    extends RuntimeException
    Thrown when the BCEL attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassFormatException

        public ClassFormatException()
      • ClassFormatException

        public ClassFormatException​(String s)
      • ClassFormatException

        public ClassFormatException​(String message,
                                    Throwable cause)
        Since:
        6.0