Uses of Class
ch.qos.logback.core.joran.spi.ActionException
Packages that use ActionException
-
Uses of ActionException in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action that throw ActionExceptionModifier and TypeMethodDescriptionabstract voidAction.begin(InterpretationContext intercon, String name, Attributes attributes) Called when the parser encounters an element matching aPattern.voidBaseModelAction.begin(InterpretationContext intercon, String name, Attributes attributes) voidContextPropertyAction.begin(InterpretationContext ec, String name, Attributes attributes) voidImplicitModelAction.begin(InterpretationContext interpretationContext, String name, Attributes attributes) voidSequenceNumberGeneratorAction.begin(InterpretationContext ic, String name, Attributes attributes) Instantiates a shutdown hook of the given class and sets its name.voidAction.body(InterpretationContext intercon, String body) Called to pass the body (as text) contained within an element.abstract voidAction.end(InterpretationContext intercon, String name) voidBaseModelAction.end(InterpretationContext interpretationContext, String name) voidContextPropertyAction.end(InterpretationContext ec, String name) voidImplicitModelAction.end(InterpretationContext interpretationContext, String name) voidSequenceNumberGeneratorAction.end(InterpretationContext ic, String name) Once the children elements are also parsed, now is the time to activate the shutdown hook options.