org.apache.velocity.exception
public class MacroOverflowException extends VelocityException
Constructor and Description |
---|
MacroOverflowException(String exceptionMessage) |
MacroOverflowException(String exceptionMessage,
Throwable wrapped) |
MacroOverflowException(Throwable wrapped) |
getWrappedThrowable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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-2013 The Apache Software Foundation. All Rights Reserved.