public class VelocityException
extends java.lang.RuntimeException
| 构造器和说明 |
|---|
VelocityException(java.lang.String exceptionMessage) |
VelocityException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped) |
VelocityException(java.lang.Throwable wrapped) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Throwable |
getWrappedThrowable()
returns the wrapped Throwable that caused this
MethodInvocationException to be thrown
|
public VelocityException(java.lang.String exceptionMessage)
exceptionMessage - The message to register.public VelocityException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped)
exceptionMessage - The message to register.wrapped - A throwable object that caused the Exception.public VelocityException(java.lang.Throwable wrapped)
wrapped - A throwable object that caused the Exception.