org.apache.commons.jelly.impl
Class BreakException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.jelly.JellyException
              extended by org.apache.commons.jelly.JellyTagException
                  extended by org.apache.commons.jelly.impl.BreakException
All Implemented Interfaces:
java.io.Serializable, LocationAware

public class BreakException
extends JellyTagException

BreakException is used to terminate loops such as <forEach> and <while> tags.

Version:
$Revision: 1807798 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
BreakException()
           
 
Method Summary
 
Methods inherited from class org.apache.commons.jelly.JellyException
getCause, getColumnNumber, getElementName, getFileName, getLineNumber, getMessage, getReason, printStackTrace, printStackTrace, printStackTrace, setColumnNumber, setElementName, setFileName, setLineNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BreakException

public BreakException()