public class VelocityToolsJspException extends RuntimeException
Constructor and Description |
---|
VelocityToolsJspException()
Constructor.
|
VelocityToolsJspException(String message)
Constructor.
|
VelocityToolsJspException(String message,
Throwable cause)
Constructor.
|
VelocityToolsJspException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VelocityToolsJspException()
public VelocityToolsJspException(String message)
message
- The message of the exception.public VelocityToolsJspException(Throwable cause)
cause
- The cause.Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.