Package com.spun.util.parser
Class TemplateError
java.lang.Object
com.spun.util.parser.TemplateError
- All Implemented Interfaces:
ContextAware
public class TemplateError extends Object implements ContextAware
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.spun.util.velocity.ContextAware
ContextAware.ContextAwareMap -
Constructor Summary
Constructors Constructor Description TemplateError(Throwable t)TemplateError(Throwable t, Object o) -
Method Summary
Modifier and Type Method Description StringgetCause()StringgetClassName()StringgetErrorInfo()StringgetMessage()StringgetStackTrace()voidsetupContext(org.apache.velocity.context.Context context)
-
Constructor Details
-
TemplateError
-
TemplateError
-
-
Method Details
-
getMessage
-
getClassName
-
getStackTrace
-
getErrorInfo
-
getCause
-
setupContext
public void setupContext(org.apache.velocity.context.Context context)- Specified by:
setupContextin interfaceContextAware
-