Uses of Class
ch.qos.logback.core.model.processor.ModelHandlerException
Packages that use ModelHandlerException
Package
Description
Contains Joran configuration classes.
Contains model processors for handling configuration model objects.
Contains model processors for conditional configuration elements.
Contains sifting appender framework for dynamic appender creation based on runtime attributes.
-
Uses of ModelHandlerException in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that throw ModelHandlerExceptionModifier and TypeMethodDescriptionvoidParamModelHandler.handle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that throw ModelHandlerExceptionModifier and TypeMethodDescriptionIncludeModelHandler.buildModelFromIncludedFile(ContextAwarePropertyContainer capc, URL topURL, Boolean topScan, IncludeModel includeModel) This method is called by logback-tyler at TylerConfigurator run-time.voidAppenderDeclarationAnalyser.handle(ModelInterpretationContext mic, Model model) voidAppenderModelHandler.handle(ModelInterpretationContext mic, Model model) voidAppenderRefDependencyAnalyser.handle(ModelInterpretationContext mic, Model parentModel) voidAppenderRefModelHandler.handle(ModelInterpretationContext interpContext, Model model) voidConversionRuleModelHandler.handle(ModelInterpretationContext mic, Model model) voidDefineModelHandler.handle(ModelInterpretationContext interpretationContext, Model model) voidEventEvaluatorModelHandler.handle(ModelInterpretationContext intercon, Model model) voidFileCollisionAnalyser.handle(ModelInterpretationContext mic, Model model) voidImportModelHandler.handle(ModelInterpretationContext intercon, Model model) voidIncludeModelHandler.handle(ModelInterpretationContext mic, Model model) voidInsertFromJNDIModelHandler.handle(ModelInterpretationContext mic, Model model) abstract voidModelHandlerBase.handle(ModelInterpretationContext mic, Model model) voidRefContainerDependencyAnalyser.handle(ModelInterpretationContext mic, Model model) voidSequenceNumberGeneratorModelHandler.handle(ModelInterpretationContext mic, Model model) voidSerializeModelModelHandler.handle(ModelInterpretationContext modelInterpretationContext, Model model) voidStatusListenerModelHandler.handle(ModelInterpretationContext ic, Model model) voidAppenderModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidDefineModelHandler.postHandle(ModelInterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoidEventEvaluatorModelHandler.postHandle(ModelInterpretationContext intercon, Model model) voidModelHandlerBase.postHandle(ModelInterpretationContext mic, Model model) voidRefContainerDependencyAnalyser.postHandle(ModelInterpretationContext mic, Model model) voidSequenceNumberGeneratorModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidShutdownHookModelHandler.postHandle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional that throw ModelHandlerExceptionModifier and TypeMethodDescriptionvoidByPropertiesConditionModelHandler.handle(ModelInterpretationContext mic, Model model) voidElseModelHandler.handle(ModelInterpretationContext mic, Model model) voidIfModelHandler.handle(ModelInterpretationContext mic, Model model) voidThenModelHandler.handle(ModelInterpretationContext mic, Model model) voidByPropertiesConditionModelHandler.postHandle(ModelInterpretationContext mic, Model model) voidIfModelHandler.postHandle(ModelInterpretationContext mic, Model model) -
Uses of ModelHandlerException in ch.qos.logback.core.sift
Methods in ch.qos.logback.core.sift that throw ModelHandlerExceptionModifier and TypeMethodDescriptionvoidNOPSiftModelHandler.handle(ModelInterpretationContext mic, Model model) voidSiftModelHandler.handle(ModelInterpretationContext mic, Model model)