public class VelocityException extends RuntimeException
Constructor and Description |
---|
VelocityException(String exceptionMessage) |
VelocityException(String exceptionMessage,
Throwable wrapped) |
VelocityException(String exceptionMessage,
Throwable wrapped,
String[] vtlStackTrace) |
VelocityException(Throwable wrapped) |
VelocityException(Throwable wrapped,
String[] vtlStackTrace) |
Modifier and Type | Method and Description |
---|---|
String[] |
getVtlStackTrace() |
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(String exceptionMessage, Throwable wrapped, String[] vtlStackTrace)
exceptionMessage
- The message to register.wrapped
- A throwable object that caused the Exception.vtlStackTrace
- VTL stacktracepublic VelocityException(Throwable wrapped)
wrapped
- A throwable object that caused the Exception.public Throwable getWrappedThrowable()
Throwable.getCause()
public String[] getVtlStackTrace()
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.