Class LambdaExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.owasp.dependencycheck.analyzer.exception.LambdaExceptionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
public class LambdaExceptionWrapper extends java.lang.RuntimeException
An exception intended to be used within a lambda expression as checked exceptions cannot be used within lambdas.- Author:
- Jeremy Long
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LambdaExceptionWrapper(java.lang.Exception ex)
Wraps an exception.
-