Package org.apache.commons.jelly.impl
Class BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.jelly.JellyException
org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.impl.BreakException
- All Implemented Interfaces:
Serializable,LocationAware
BreakException is used to terminate loops such as
<forEach> and <while> tags.
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.jelly.JellyException
getColumnNumber, getElementName, getFileName, getLineNumber, getMessage, getReason, setColumnNumber, setElementName, setFileName, setLineNumberMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BreakException
public BreakException()
-