public class MacroOverflowException extends VelocityException
| Constructor and Description |
|---|
MacroOverflowException(String exceptionMessage) |
MacroOverflowException(String exceptionMessage,
Throwable wrapped) |
MacroOverflowException(String exceptionMessage,
Throwable wrapped,
String[] stacktrace) |
MacroOverflowException(Throwable wrapped) |
MacroOverflowException(Throwable wrapped,
String[] stacktrace) |
getVtlStackTrace, getWrappedThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MacroOverflowException(String exceptionMessage)
exceptionMessage - The message to register.public MacroOverflowException(String exceptionMessage, Throwable wrapped)
exceptionMessage - The message to register.wrapped - A throwable object that caused the Exception.public MacroOverflowException(String exceptionMessage, Throwable wrapped, String[] stacktrace)
exceptionMessage - The message to register.wrapped - A throwable object that caused the Exception.stacktrace - VTL stacktracepublic MacroOverflowException(Throwable wrapped)
wrapped - A throwable object that caused the Exception.Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.