Package freemarker.core
Class ReturnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- freemarker.core.ReturnException
-
- All Implemented Interfaces:
Serializable
public class ReturnException extends RuntimeException
An exception used to jump out of a macro or function- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReturnExceptionINSTANCE
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final ReturnException INSTANCE
-
-