Package org.exoplatform.groovyscript
Class TemplateRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.groovyscript.TemplateRuntimeException
- All Implemented Interfaces:
Serializable
A *checked* exception that denotes a Groovy runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateRuntimeException(String templateId, TextItem textItem, String message, Throwable cause) TemplateRuntimeException(String templateId, TextItem textItem, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateRuntimeException
-
TemplateRuntimeException
-
-
Method Details
-
getTextItem
-
getLineNumber
-
getText
-
getMessage
- Overrides:
getMessagein classThrowable
-