Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.cpe.IndexException
- All Implemented Interfaces:
Serializable
An exception thrown when the there is an issue using the in-memory CPE Index.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new IndexException.IndexException(String msg) Creates a new IndexException.IndexException(String msg, Throwable ex) Creates a new IndexException.Creates a new IndexException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexException
public IndexException()Creates a new IndexException. -
IndexException
Creates a new IndexException.- Parameters:
msg- a message for the exception.
-
IndexException
Creates a new IndexException.- Parameters:
ex- the cause of the failure.
-
IndexException
-