Uses of Class
org.apache.camel.processor.errorhandler.ExceptionPolicy
Packages that use ExceptionPolicy
-
Uses of ExceptionPolicy in org.apache.camel.processor.errorhandler
Fields in org.apache.camel.processor.errorhandler with type parameters of type ExceptionPolicyModifier and TypeFieldDescriptionprotected Map<ExceptionPolicyKey, ExceptionPolicy> ErrorHandlerSupport.exceptionPoliciesMethods in org.apache.camel.processor.errorhandler that return ExceptionPolicyModifier and TypeMethodDescriptionprotected ExceptionPolicyErrorHandlerSupport.getExceptionPolicy(org.apache.camel.Exchange exchange, Throwable exception) Attempts to find the best suitedExceptionPolicyto be used for handling the given thrown exception.Methods in org.apache.camel.processor.errorhandler with parameters of type ExceptionPolicyModifier and TypeMethodDescriptionvoidErrorHandlerSupport.addExceptionPolicy(ExceptionPolicyKey key, ExceptionPolicy policy)