Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-746

Add Info to MethodExceptionEventHandler.methodException parameter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.2
    • 2.0
    • Engine
    • None

    Description

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

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

      Compare with InvalidReferenceEventHandler

      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);
      

      Attachments

        Activity

          People

            cbrisson Claude Brisson
            siri Siri C.
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: