Package | Description |
---|---|
org.apache.velocity.exception |
Modifier and Type | Class and Description |
---|---|
class |
MacroOverflowException
Application-level exception thrown when macro calls within macro calls
exceeds the maximum allowed depth.
|
class |
MathException
Separate exception class to distinguish math problems.
|
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.
|
Constructor and Description |
---|
ParseErrorException(VelocityException pex,
String templName)
Create a ParseErrorException with the given ParseException.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.