Uses of Class
org.apache.camel.processor.errorhandler.ExceptionPolicyKey
Packages that use ExceptionPolicyKey
-
Uses of ExceptionPolicyKey in org.apache.camel.processor.errorhandler
Fields in org.apache.camel.processor.errorhandler with type parameters of type ExceptionPolicyKeyModifier and TypeFieldDescriptionprotected Map<ExceptionPolicyKey, ExceptionPolicy> ErrorHandlerSupport.exceptionPoliciesMethods in org.apache.camel.processor.errorhandler that return ExceptionPolicyKeyModifier and TypeMethodDescriptionDefaultExceptionPolicyStrategy.getExceptionPolicy(Set<ExceptionPolicyKey> exceptionPolicies, org.apache.camel.Exchange exchange, Throwable exception) ExceptionPolicyStrategy.getExceptionPolicy(Set<ExceptionPolicyKey> exceptionPolicies, org.apache.camel.Exchange exchange, Throwable exception) Resolves theExceptionPolicyKeythat should handle the thrown exception.Methods in org.apache.camel.processor.errorhandler with parameters of type ExceptionPolicyKeyModifier and TypeMethodDescriptionvoidErrorHandlerSupport.addExceptionPolicy(ExceptionPolicyKey key, ExceptionPolicy policy) protected booleanDefaultExceptionPolicyStrategy.filter(ExceptionPolicyKey type, Class<?> exceptionClass, Throwable exception) Strategy to filter the given type exception class with the thrown exceptionprotected booleanDefaultExceptionPolicyStrategy.matchesWhen(ExceptionPolicyKey definition, org.apache.camel.Exchange exchange) Strategy method for matching the exception type with the current exchange.Method parameters in org.apache.camel.processor.errorhandler with type arguments of type ExceptionPolicyKeyModifier and TypeMethodDescriptionDefaultExceptionPolicyStrategy.getExceptionPolicy(Set<ExceptionPolicyKey> exceptionPolicies, org.apache.camel.Exchange exchange, Throwable exception) ExceptionPolicyStrategy.getExceptionPolicy(Set<ExceptionPolicyKey> exceptionPolicies, org.apache.camel.Exchange exchange, Throwable exception) Resolves theExceptionPolicyKeythat should handle the thrown exception.