org.apache.velocity.exception
public class MacroOverflowException extends VelocityException
Constructor and Description |
---|
MacroOverflowException(java.lang.String exceptionMessage) |
MacroOverflowException(java.lang.String exceptionMessage,
java.lang.Throwable wrapped) |
MacroOverflowException(java.lang.Throwable wrapped) |
getWrappedThrowable
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.Throwable wrapped)
wrapped
- A throwable object that caused the Exception.Copyright © 2000-2014. All Rights Reserved.