Class LambdaExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.dependencycheck.analyzer.exception.LambdaExceptionWrapper
- All Implemented Interfaces:
Serializable
An exception intended to be used within a lambda expression as checked
exceptions cannot be used within lambdas.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LambdaExceptionWrapper
Wraps an exception.- Parameters:
ex- the exception to wrap
-