Author Topic: Highlighting of methods inside the try-catch block that throws the exception the cursor is hovering.  (Read 1579 times)

RaffoPazzo

  • Community Member
  • Posts: 77
  • Hero Points: 2
Highlighting of methods inside the try-catch block that throws the exception the cursor is hovering.

Code: [Select]
  try {
    myObject.methodThatThrowsException();
  } catch (MyException e ) {
  }

When the cursor is place on MyException in the catch statement methodThatThrowsException is highlighted.