Class ExceptionMapping.ExceptionTypePredicate
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.core.ExceptionMapping.ExceptionTypePredicate
-
-
Constructor Summary
Constructors Constructor Description ExceptionTypePredicate()ExceptionTypePredicate(Class<? extends Throwable> throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Throwable>getThrowable()voidsetThrowable(Class<? extends Throwable> throwable)booleantest(Throwable t)
-