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