diff -r eaf4e8387065 -r 059cb07ac9b3 javap/src/main/java/org/apidesign/javap/MethodData.java --- a/javap/src/main/java/org/apidesign/javap/MethodData.java Wed Dec 12 11:04:02 2012 +0100 +++ b/javap/src/main/java/org/apidesign/javap/MethodData.java Mon Dec 24 08:19:55 2012 +0100 @@ -357,10 +357,10 @@ /** * Return exception table in code attributre. */ - public Vector getexception_table(){ - return exception_table; + public TrapDataIterator getTrapDataIterator(){ + return new TrapDataIterator(exception_table); } - + /** * Return method attributes.