Class LambdaExceptionWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.dependencycheck.analyzer.exception.LambdaExceptionWrapper
All Implemented Interfaces:
Serializable

public class LambdaExceptionWrapper extends RuntimeException
An exception intended to be used within a lambda expression as checked exceptions cannot be used within lambdas.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • LambdaExceptionWrapper

      public LambdaExceptionWrapper(Exception ex)
      Wraps an exception.
      Parameters:
      ex - the exception to wrap