Interface ExceptionHandlerConfigAware
- All Known Implementing Classes:
ChannelAdaptor, MultiSessionChannelAdaptor
public interface ExceptionHandlerConfigAware
Adds the logic for parsing exception handler pipeline configurations to any implementing class.
- Since:
- 2.1.2
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddExceptionHandlers(ExceptionHandlerAware receiver, org.jdom2.Element elem, QFactory fact)
-
Method Details
-
addExceptionHandlers
default void addExceptionHandlers(ExceptionHandlerAware receiver, org.jdom2.Element elem, QFactory fact) throws ConfigurationException - Throws:
ConfigurationException
-