You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Siri C. (JIRA)" <de...@velocity.apache.org> on 2009/12/02 05:00:20 UTC

[jira] Created: (VELOCITY-746) Add Info to MethodExceptionEventHandler.methodException parameter

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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org