Package freemarker.core
Class BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
freemarker.core.BreakException
- All Implemented Interfaces:
Serializable
An exception used to break out of a loop
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BreakException
public BreakException()
-