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

Packages that use EvaluationException
ch.qos.logback.core.boolex Contains the EventEvaluator interface and subclasses. 
 

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

Methods in ch.qos.logback.core.boolex that throw EvaluationException
 boolean EventEvaluator.evaluate(E event)
          Evaluates whether the event passed as parameter matches some user-specified criteria.
 boolean Matcher.matches(java.lang.String input)
          Checks whether the input matches the regular expression.