Class ExceptionPredicate
- java.lang.Object
-
- net.shibboleth.utilities.java.support.logic.ExceptionPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private RuntimeExceptionthrownExceptionException that will be thrown when this function is executed.
-
Constructor Summary
Constructors Constructor Description ExceptionPredicate(RuntimeException e)Constructor.
-
-
-
Field Detail
-
thrownException
private RuntimeException thrownException
Exception that will be thrown when this function is executed.
-
-
Constructor Detail
-
ExceptionPredicate
public ExceptionPredicate(@Nonnull RuntimeException e)Constructor.- Parameters:
e- exception that will be thrown when this function is executed
-
-