public class MacroOverflowException extends VelocityException
| Constructor and Description |
|---|
MacroOverflowException(String exceptionMessage) |
MacroOverflowException(String exceptionMessage,
Throwable wrapped) |
MacroOverflowException(Throwable wrapped) |
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(Throwable wrapped)
wrapped - A throwable object that caused the Exception.Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.