ch.qos.logback.core.boolex
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.