Class ClassFile.ClassFileException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ClassFile

    public static class ClassFile.ClassFileException
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      ClassFileException​(java.lang.String message)  
      ClassFileException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClassFileException

        public ClassFileException​(java.lang.String message)
      • ClassFileException

        public ClassFileException​(java.lang.String message,
                                  java.lang.Throwable cause)