Class ExceptionMapping
java.lang.Object
org.jboss.resteasy.reactive.server.core.ExceptionMapping
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlockingProblem(Class<? extends Throwable> throwable) voidaddBlockingProblem(Predicate<Throwable> predicate) <T extends Throwable>
voidaddExceptionMapper(String exceptionClass, ResourceExceptionMapper<T> mapper) voidaddNonBlockingProblem(Class<? extends Throwable> throwable) voidaddNonBlockingProblem(Predicate<Throwable> predicate) voidaddUnwrappedException(String className) Map<String,ResourceExceptionMapper<? extends Throwable>> Map<String,ResourceExceptionMapper<? extends Throwable>> Map<String,List<ResourceExceptionMapper<? extends Throwable>>> voidinitializeDefaultFactories(Function<String, BeanFactory<?>> factoryCreator) void
-
Constructor Details
-
ExceptionMapping
public ExceptionMapping()
-
-
Method Details
-
addBlockingProblem
-
addBlockingProblem
-
addNonBlockingProblem
-
addNonBlockingProblem
-
addUnwrappedException
-
getUnwrappedExceptions
-
getBlockingProblemPredicates
-
getNonBlockingProblemPredicate
-
addExceptionMapper
public <T extends Throwable> void addExceptionMapper(String exceptionClass, ResourceExceptionMapper<T> mapper) -
initializeDefaultFactories
-
getMappers
-
getRuntimeCheckMappers
-
effectiveMappers
-