public class MacroOverflowException extends VelocityException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Version Id for serializable
|
Constructor and Description |
---|
MacroOverflowException(java.lang.String exceptionMessage) |
MacroOverflowException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped) |
MacroOverflowException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped,
java.lang.String[] stacktrace) |
MacroOverflowException(java.lang.Throwable wrapped) |
MacroOverflowException(java.lang.Throwable wrapped,
java.lang.String[] stacktrace) |
getVtlStackTrace, getWrappedThrowable
private static final long serialVersionUID
public MacroOverflowException(java.lang.String exceptionMessage)
exceptionMessage
- The message to register.public MacroOverflowException(java.lang.String exceptionMessage, java.lang.Throwable wrapped)
exceptionMessage
- The message to register.wrapped
- A throwable object that caused the Exception.public MacroOverflowException(java.lang.String exceptionMessage, java.lang.Throwable wrapped, java.lang.String[] stacktrace)
exceptionMessage
- The message to register.wrapped
- A throwable object that caused the Exception.stacktrace
- VTL stacktracepublic MacroOverflowException(java.lang.Throwable wrapped)
wrapped
- A throwable object that caused the Exception.public MacroOverflowException(java.lang.Throwable wrapped, java.lang.String[] stacktrace)
wrapped
- A throwable object that caused the Exception.stacktrace
- VTL stacktrace