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:
java.io.Serializable
- Enclosing class:
- Classfile
static class Classfile.SkipClassException extends java.io.IOException
Thrown when a classfile needs to be skipped.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
serialVersionUID
serialVersionUID.
-
Constructor Summary
Constructors Constructor Description SkipClassException(java.lang.String message)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
Speed up exception (stack trace is not needed for this exception).
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
serialVersionUID.- See Also:
- Constant Field Values
-
-