ch.qos.logback.core.boolex
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.qos.logback.core.boolex.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException
extends Exception

This exception wraps exceptions thrown while evaluating events.

Author:
Ceki Gülcü
See Also:
Serialized Form

Constructor Summary
EvaluationException(String msg)
           
EvaluationException(String msg, Throwable cause)
           
EvaluationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(String msg)

EvaluationException

public EvaluationException(String msg,
                           Throwable cause)

EvaluationException

public EvaluationException(Throwable cause)


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