ch.qos.logback.core.joran.spi
Class ActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.qos.logback.core.joran.spi.ActionException
All Implemented Interfaces:
Serializable

public class ActionException
extends Exception

By throwing an exception an action can signal the Interpreter to skip processing of all the nested (child) elements of the element associated with the action causing the exception.

Author:
Ceki Gulcu
See Also:
Serialized Form

Constructor Summary
ActionException()
           
ActionException(Throwable rootCause)
           
 
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

ActionException

public ActionException()

ActionException

public ActionException(Throwable rootCause)


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