Uses of Class
org.apache.velocity.exception.VelocityException
-
Packages that use VelocityException Package Description org.apache.velocity org.apache.velocity.exception -
-
Uses of VelocityException in org.apache.velocity
Fields in org.apache.velocity declared as VelocityException Modifier and Type Field Description private VelocityExceptionTemplate. errorCondition -
Uses of VelocityException in org.apache.velocity.exception
Subclasses of VelocityException in org.apache.velocity.exception Modifier and Type Class Description classMacroOverflowExceptionApplication-level exception thrown when macro calls within macro calls exceeds the maximum allowed depth.classMathExceptionSeparate exception class to distinguish math problems.classMethodInvocationExceptionApplication-level exception thrown when a reference method is invoked and an exception is thrown.classParseErrorExceptionApplication-level exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.classResourceNotFoundExceptionApplication-level exception thrown when a resource of any type isn't found by the Velocity engine.classTemplateInitExceptionException generated to indicate parse errors caught during directive initialization (e.g.Constructors in org.apache.velocity.exception with parameters of type VelocityException Constructor Description ParseErrorException(VelocityException pex, java.lang.String templName)Create a ParseErrorException with the given ParseException.
-