Package ch.qos.logback.core.joran.spi
Class ActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.qos.logback.core.joran.spi.ActionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ActionException extends java.lang.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ActionException()
ActionException(java.lang.Throwable rootCause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-