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