public class VelocityException extends RuntimeException
Constructor and Description |
---|
VelocityException(String exceptionMessage) |
VelocityException(String exceptionMessage,
Throwable wrapped) |
VelocityException(Throwable wrapped) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getWrappedThrowable()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VelocityException(String exceptionMessage)
exceptionMessage
- The message to register.public VelocityException(String exceptionMessage, Throwable wrapped)
exceptionMessage
- The message to register.wrapped
- A throwable object that caused the Exception.public VelocityException(Throwable wrapped)
wrapped
- A throwable object that caused the Exception.public Throwable getWrappedThrowable()
Throwable.getCause()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.