Uses of Package
org.apache.velocity.exception
-
Classes in org.apache.velocity.exception used by org.apache.velocity Class Description MethodInvocationException Application-level exception thrown when a reference method is invoked and an exception is thrown.ParseErrorException Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine.TemplateInitException Exception generated to indicate parse errors caught during directive initialization (e.g. -
Classes in org.apache.velocity.exception used by org.apache.velocity.app Class Description MethodInvocationException Application-level exception thrown when a reference method is invoked and an exception is thrown.ParseErrorException Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine. -
Classes in org.apache.velocity.exception used by org.apache.velocity.exception Class Description ExtendedParseException 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.VelocityException Base class for Velocity runtime exceptions thrown to the application layer. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime Class Description MethodInvocationException Application-level exception thrown when a reference method is invoked and an exception is thrown.ParseErrorException Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime.directive Class Description ExtendedParseException 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.MethodInvocationException Application-level exception thrown when a reference method is invoked and an exception is thrown.ParseErrorException Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine.TemplateInitException Exception generated to indicate parse errors caught during directive initialization (e.g. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime.directive.contrib Class Description TemplateInitException Exception generated to indicate parse errors caught during directive initialization (e.g. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime.parser Class Description ExtendedParseException 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. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime.parser.node Class Description MethodInvocationException Application-level exception thrown when a reference method is invoked and an exception is thrown.ParseErrorException Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine.TemplateInitException Exception generated to indicate parse errors caught during directive initialization (e.g. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime.resource Class Description ParseErrorException Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine. -
Classes in org.apache.velocity.exception used by org.apache.velocity.runtime.resource.loader Class Description ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine. -
Classes in org.apache.velocity.exception used by org.apache.velocity.script Class Description ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine. -
Classes in org.apache.velocity.exception used by org.apache.velocity.spring Class Description ResourceNotFoundException Application-level exception thrown when a resource of any type isn't found by the Velocity engine.VelocityException Base class for Velocity runtime exceptions thrown to the application layer.