Class UnexpectedAnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.dependencycheck.analyzer.exception.UnexpectedAnalysisException
- All Implemented Interfaces:
Serializable
An exception intended to be used in situations that should never occur.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWraps an exception and message.UnexpectedAnalysisException(String msg, Throwable ex) Wraps an exception and message.Wraps an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedAnalysisException
Wraps an exception.- Parameters:
ex- the exception to wrap
-
UnexpectedAnalysisException
Wraps an exception and message.- Parameters:
msg- the error message
-
UnexpectedAnalysisException
-