com.sun.tools.classfile
Class Code_attribute.Exception_data

java.lang.Object
  extended by com.sun.tools.classfile.Code_attribute.Exception_data
Enclosing class:
Code_attribute

public class Code_attribute.Exception_data
extends java.lang.Object


Field Summary
 int catch_type
           
 int end_pc
           
 int handler_pc
           
 int start_pc
           
 
Constructor Summary
Code_attribute.Exception_data(ClassReader cr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_pc

public final int start_pc

end_pc

public final int end_pc

handler_pc

public final int handler_pc

catch_type

public final int catch_type
Constructor Detail

Code_attribute.Exception_data

Code_attribute.Exception_data(ClassReader cr)
                        throws java.io.IOException
Throws:
java.io.IOException