Class ReportParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jenkinsci.plugins.DependencyCheck.model.ReportParserException
-
- All Implemented Interfaces:
Serializable
public class ReportParserException extends Exception
An Exception specific to the ReportParser.- Since:
- 5.0.0
- Author:
- Steve Springett (steve.springett@owasp.org)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportParserException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReportParserException
public ReportParserException(String message)
-
-