public class ExceptionPredicate extends Object implements com.google.common.base.Predicate<Object>
Predicate that always throws a RuntimeException of some sort.| Modifier and Type | Field and Description |
|---|---|
private RuntimeException |
thrownException
Exception that will be thrown when this function is executed.
|
| Constructor and Description |
|---|
ExceptionPredicate(RuntimeException e)
Constructor.
|
private RuntimeException thrownException
public ExceptionPredicate(@Nonnull RuntimeException e)
e - exception that will be thrown when this function is executedCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.