Class UncheckedException

All Implemented Interfaces:
Serializable

public class UncheckedException extends RuntimeException
A generic unchecked exception that wraps checked exceptions thrown from lambdas passed to any of Unchecked's methods.
Author:
Lukas Eder
See Also:
  • Constructor Details

    • UncheckedException

      public UncheckedException(Throwable cause)