Package io.github.classgraph
Class ClassGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- io.github.classgraph.ClassGraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClassGraphException extends java.lang.IllegalArgumentExceptionAn unchecked exception that is thrown when an error state occurs or an unhandled exception is caught during scanning.(Extends
IllegalArgumentException, which extendsRuntimeException, so either of the more generic exceptions may be caught.)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static longserialVersionUIDserialVersionUID.
-
Constructor Summary
Constructors Constructor Description ClassGraphException(java.lang.String message)Constructor.ClassGraphException(java.lang.String message, java.lang.Throwable cause)Constructor.
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
serialVersionUID.- See Also:
- Constant Field Values
-
-