Uses of Package
org.apache.velocity.exception

Packages that use org.apache.velocity.exception
org.apache.velocity   
org.apache.velocity.app   
org.apache.velocity.exception   
org.apache.velocity.runtime   
org.apache.velocity.runtime.directive   
org.apache.velocity.runtime.parser.node   
org.apache.velocity.runtime.resource   
org.apache.velocity.runtime.resource.loader   
org.apache.velocity.servlet   
 

Classes in org.apache.velocity.exception used by org.apache.velocity
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.app
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
VelocityException
          Base class for Velocity exceptions thrown to the application layer.
 

Classes in org.apache.velocity.exception used by org.apache.velocity.runtime
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
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.parser.node
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.resource
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
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.servlet
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.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.