Class GrokParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.owasp.dependencycheck.xml.assembly.GrokParseException
- All Implemented Interfaces:
Serializable
An exception used when parsing a grok assembly XML file fails.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new GrokParseException.GrokParseException(String msg) Creates a new GrokParseException.GrokParseException(String msg, Throwable ex) Creates a new GrokParseException.Creates a new GrokParseException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GrokParseException
public GrokParseException()Creates a new GrokParseException. -
GrokParseException
Creates a new GrokParseException.- Parameters:
msg- a message for the exception.
-
GrokParseException
Creates a new GrokParseException.- Parameters:
ex- the cause of the parse exception
-
GrokParseException
-