Package io.github.classgraph.utils
Class Parser.ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.classgraph.utils.Parser.ParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Parser
public static class Parser.ParseException extends Exception
A parsing exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(Parser parser, String msg)
A parsing exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-