Application-level exception thrown when a reference method is
invoked and an exception is thrown.
When this exception is thrown, a best effort will be made to have
useful information in the exception's message. For complete
information, consult the runtime log.
author: Geir Magnusson Jr. version: $Id: MethodInvocationException.java 471254 2006-11-04 20:11:29Z henning $
public MethodInvocationException(String message, Throwable e, String methodName, String templateName, int lineNumber, int columnNumber)(Code)
CTOR - wraps the passed in exception for
examination later
Parameters: message - Parameters: e - Throwable that we are wrapping Parameters: methodName - name of method that threw the exception Parameters: templateName - The name of the template where the exception occured.