Class NoErrorHandlerReifier

  • All Implemented Interfaces:
    org.apache.camel.spi.BeanRepository

    public class NoErrorHandlerReifier
    extends ErrorHandlerReifier<org.apache.camel.model.errorhandler.NoErrorHandlerProperties>
    • Constructor Detail

      • NoErrorHandlerReifier

        public NoErrorHandlerReifier​(org.apache.camel.Route route,
                                     org.apache.camel.ErrorHandlerFactory definition)
    • Method Detail

      • createErrorHandler

        public org.apache.camel.Processor createErrorHandler​(org.apache.camel.Processor processor)
                                                      throws Exception
        Description copied from class: ErrorHandlerReifier
        Creates the error handler
        Specified by:
        createErrorHandler in class ErrorHandlerReifier<org.apache.camel.model.errorhandler.NoErrorHandlerProperties>
        Parameters:
        processor - the outer processor
        Returns:
        the error handler
        Throws:
        Exception - is thrown if the error handler could not be created