Class ClassFile.ClassFileException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ClassFile

    public static class ClassFile.ClassFileException
    extends RuntimeException
    Unchecked exception that represents an error condition that could occur during processing of class files, e.g. reading a corrupt class file, or an overflow of the constant pool.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassFileException

        public ClassFileException​(String message)
      • ClassFileException

        public ClassFileException​(String message,
                                  Throwable cause)