public class MacroOverflowException extends VelocityException
| 构造器和说明 |
|---|
MacroOverflowException(java.lang.String exceptionMessage) |
MacroOverflowException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped) |
MacroOverflowException(java.lang.Throwable wrapped) |
getWrappedThrowablepublic 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.Throwable wrapped)
wrapped - A throwable object that caused the Exception.