Class Classfile.ClassfileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.github.classgraph.Classfile.ClassfileFormatException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Classfile
Thrown when a classfile's contents are not in the correct format.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final longserialVersionUID. -
Constructor Summary
ConstructorsConstructorDescriptionClassfileFormatException(String message) Constructor.ClassfileFormatException(String message, Throwable cause) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionSpeed up exception (stack trace is not needed for this exception).Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
ClassfileFormatException
-
ClassfileFormatException
-
-
Method Details
-
fillInStackTrace
Speed up exception (stack trace is not needed for this exception).- Overrides:
fillInStackTracein classThrowable- Returns:
- this
-