>>>>> "Anthony" == Anthony La Forge <[EMAIL PROTECTED]> writes:

  Anthony> The exception needs to be explictly called out by the
  Anthony> method (e.g. public void myMethod *throws ExceptionXYZ
  Anthony> {...}) otherwise the exception will not end up in the
  Anthony> table.  Even if you have a throw statement in your code or
  Anthony> a try catch block, they will not appear unless the previous
  Anthony> condition was met.

  Anthony> Hope that helps.

It does, thanks. I thought that it represented exception
handlers. What I wanted was method.code().getExceptionTable().

-- 
Laurent Martelli                        http://jac.aopsys.com/
[EMAIL PROTECTED]                    http://www.bearteam.org/~laurent/


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to