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

public class VelocityToolsJspException extends RuntimeException
An exception thrown when something bad happens in JSP support for Velocity.
See Also:
  • Constructor Details

    • VelocityToolsJspException

      public VelocityToolsJspException()
      Constructor.
    • VelocityToolsJspException

      public VelocityToolsJspException(String message)
      Constructor.
      Parameters:
      message - The message of the exception.
    • VelocityToolsJspException

      public VelocityToolsJspException(Throwable cause)
      Constructor.
      Parameters:
      cause - The cause.
    • VelocityToolsJspException

      public VelocityToolsJspException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The message of the exception.
      cause - The cause.