Uses of Class
ch.qos.logback.core.boolex.EvaluationException

Packages that use EvaluationException
ch.qos.logback.access.net   
ch.qos.logback.classic.boolex   
ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses. 
chapter4.mail   
 

Uses of EvaluationException in ch.qos.logback.access.net
 

Methods in ch.qos.logback.access.net that throw EvaluationException
 boolean URLEvaluator.evaluate(Object eventObject)
           
 

Uses of EvaluationException in ch.qos.logback.classic.boolex
 

Methods in ch.qos.logback.classic.boolex that throw EvaluationException
 boolean OnErrorEvaluator.evaluate(LoggingEvent event)
          Return true if event passed as parameter has level ERROR or higher, returns false otherwise.
 

Uses of EvaluationException in ch.qos.logback.core.boolex
 

Methods in ch.qos.logback.core.boolex that throw EvaluationException
 boolean JaninoEventEvaluatorBase.evaluate(E event)
           
 boolean EventEvaluator.evaluate(E event)
          Evaluates whether the event passed as parameter matches this evaluator's matching criteria.
 boolean Matcher.matches(String input)
          Checks whether the input matches the regular expression.
 

Uses of EvaluationException in chapter4.mail
 

Methods in chapter4.mail that throw EvaluationException
 boolean CounterBasedEvaluator.evaluate(Object event)
           
 



Copyright © 2005-2009 QOS.ch. All Rights Reserved.