Package io.github.classgraph
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 long
serialVersionUID. -
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 java.lang.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
Constructor.- Parameters:
message
- the message
-
ClassfileFormatException
Constructor.- Parameters:
message
- the messagecause
- the cause
-
-
Method Details
-
fillInStackTrace
Speed up exception (stack trace is not needed for this exception).- Overrides:
fillInStackTrace
in classThrowable
- Returns:
- this
-