org.apache.velocity.exception
public class VelocityException extends java.lang.RuntimeException
Constructor and Description |
---|
VelocityException(java.lang.String exceptionMessage) |
VelocityException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped) |
VelocityException(java.lang.Throwable wrapped) |
Modifier and Type | Method and Description |
---|---|
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.Copyright © 2000-2014. All Rights Reserved.