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