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