Add Info to MethodExceptionEventHandler.methodException parameter
-----------------------------------------------------------------

                 Key: VELOCITY-746
                 URL: https://issues.apache.org/jira/browse/VELOCITY-746
             Project: Velocity
          Issue Type: Improvement
          Components: Engine
    Affects Versions: 1.6.2
            Reporter: Siri C.


I can't get information where exception is occurs from method exception handler.
The exception handler method contains nothing about line of error. 

{code}
MethodExceptionEventHandler.methodException(Class class1, String s, Exception 
exception)
{code}

Compare with InvalidReferenceEventHandler

{code}
InvalidReferenceEventHandler.invalidGetMethod(Context context, String s, Object 
obj, String s1, Info info);
InvalidReferenceEventHandler.invalidSetMethod(Context context, String s, String 
s1, Info info);
InvalidReferenceEventHandler.invalidMethod(Context context, String s, Object 
obj, String s1, Info info);
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to