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