Package rife.template.exceptions
Class TemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.template.exceptions.TemplateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanHandlerUnsupportedException,BeanRemovalErrorException,BeanSettingErrorException,InvalidBlockFilterException,InvalidValueFilterException,ProcessingException,RendererInstantiationException,RendererNotFoundException,RendererWrongTypeException,SyntaxErrorException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateException(String message) TemplateException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatError(String name, DocumentPosition errorLocation, String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateException
-
TemplateException
-
-
Method Details
-
formatError
-