Package io.github.classgraph
Class Classfile.SkipClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.github.classgraph.Classfile.SkipClassException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Classfile
Thrown when a classfile needs to be skipped.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long
serialVersionUID. -
Constructor Summary
Constructors -
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
-
SkipClassException
Constructor.- Parameters:
message
- the message
-
-
Method Details
-
fillInStackTrace
Speed up exception (stack trace is not needed for this exception).- Overrides:
fillInStackTrace
in classThrowable
- Returns:
- this
-