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:
java.io.Serializable
public class VelocityToolsJspException extends java.lang.RuntimeExceptionAn exception thrown when something bad happens in JSP support for Velocity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VelocityToolsJspException()Constructor.VelocityToolsJspException(java.lang.String message)Constructor.VelocityToolsJspException(java.lang.String message, java.lang.Throwable cause)Constructor.VelocityToolsJspException(java.lang.Throwable cause)Constructor.
-
-
-
Constructor Detail
-
VelocityToolsJspException
public VelocityToolsJspException()
Constructor.
-
VelocityToolsJspException
public VelocityToolsJspException(java.lang.String message)
Constructor.- Parameters:
message- The message of the exception.
-
VelocityToolsJspException
public VelocityToolsJspException(java.lang.Throwable cause)
Constructor.- Parameters:
cause- The cause.
-
VelocityToolsJspException
public VelocityToolsJspException(java.lang.String message, java.lang.Throwable cause)Constructor.- Parameters:
message- The message of the exception.cause- The cause.
-
-