Class ClassGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.github.classgraph.ClassGraphException
- All Implemented Interfaces:
Serializable
An unchecked exception that is thrown when an error state occurs or an unhandled exception is caught during
scanning.
(Extends IllegalArgumentException, which extends RuntimeException, so either of the more generic
exceptions may be caught.)
- See Also:
-
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString