Library:Apache Jakarta Velocity Engine
Version:1.5
Compatibility:JDK 1.5
Exceptions in library Apache Jakarta Velocity Engine.
NamePackageDescription
MacroParseExceptionorg.apache.velocity.runtime.directiveException to indicate problem happened while constructing #macro() For internal use in parser - not to be passed to app level
MethodInvocationExceptionorg.apache.velocity.exceptionApplication-level exception thrown when a reference method is invoked and an exception is thrown.
MethodMap.AmbiguousExceptionorg.apache.velocity.util.introspectionSimple distinguishable exception, used when we run across ambiguous overloading.
ParseErrorExceptionorg.apache.velocity.exceptionApplication-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.
ParseExceptionorg.apache.velocity.runtime.parserThis exception is thrown when parse errors are encountered.
ResourceNotFoundExceptionorg.apache.velocity.exceptionApplication-level exception thrown when a resource of any type isn't found by the Velocity engine.
TemplateInitExceptionorg.apache.velocity.exceptionException generated to indicate parse errors caught during directive initialization (e.g.
TemplateParseExceptionorg.apache.velocity.runtime.parserThis is an extension of the ParseException, which also takes a template name.
VelocityExceptionorg.apache.velocity.exceptionBase class for Velocity runtime exceptions thrown to the application layer.
Search