Uses of Class
org.apache.velocity.exception.VelocityException

Packages that use VelocityException
org.apache.velocity.exception   
 

Uses of VelocityException in org.apache.velocity.exception
 

Subclasses of VelocityException in org.apache.velocity.exception
 class MethodInvocationException
          Application-level exception thrown when a reference method is invoked and an exception is thrown.
 class ParseErrorException
          Application-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.
 class ResourceNotFoundException
          Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
 class TemplateInitException
          Exception generated to indicate parse errors caught during directive initialization (e.g.
 

Constructors in org.apache.velocity.exception with parameters of type VelocityException
ParseErrorException(VelocityException pex)
          Create a ParseErrorException with the given ParseException.
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.