org.apache.velocity.exception |
|
Java Source File Name | Type | Comment |
ExtendedParseException.java | Interface | All Exceptions that can provide additional information about the place
where the error happened (template name, column and line number) can
implement this interface and the ParseErrorException will then be able
to deal with this information.
author: Henning P. |
MethodInvocationException.java | Class | Application-level exception thrown when a reference method is
invoked and an exception is thrown.
When this exception is thrown, a best effort will be made to have
useful information in the exception's message. |
ParseErrorException.java | Class | Application-level exception thrown when a resource of any type
has a syntax or other error which prevents it from being parsed.
When this resource is thrown, a best effort will be made to have
useful information in the exception's message. |
ResourceNotFoundException.java | Class | Application-level exception thrown when a resource of any type
isn't found by the Velocity engine.
When this exception is thrown, a best effort will be made to have
useful information in the exception's message. |
TemplateInitException.java | Class | Exception generated to indicate parse errors caught during
directive initialization (e.g. |
VelocityException.java | Class | Base class for Velocity runtime exceptions thrown to the
application layer. |