Class VelocityToolsJspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.velocity.tools.view.jsp.jspimpl.VelocityToolsJspException
- All Implemented Interfaces:
Serializable
An exception thrown when something bad happens in JSP support for Velocity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.VelocityToolsJspException(String message) Constructor.VelocityToolsJspException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VelocityToolsJspException
public VelocityToolsJspException()Constructor. -
VelocityToolsJspException
Constructor.- Parameters:
message- The message of the exception.
-
VelocityToolsJspException
-
VelocityToolsJspException
-