javap/src/main/java/org/apidesign/javap/MethodData.java
branchexceptions
changeset 288 6d1e8eccdc98
parent 246 89ad48aa8705
child 376 059cb07ac9b3
     1.1 --- a/javap/src/main/java/org/apidesign/javap/MethodData.java	Mon Dec 03 21:53:01 2012 +0100
     1.2 +++ b/javap/src/main/java/org/apidesign/javap/MethodData.java	Sun Dec 09 16:16:19 2012 +0100
     1.3 @@ -353,10 +353,10 @@
     1.4      /**
     1.5       * Return exception table in code attributre.
     1.6       */
     1.7 -    public Vector getexception_table(){
     1.8 -        return exception_table;
     1.9 +    public TrapDataIterator getTrapDataIterator(){
    1.10 +        return new TrapDataIterator(exception_table);
    1.11      }
    1.12 -
    1.13 +    
    1.14  
    1.15      /**
    1.16       * Return method attributes.