com.jeffpalm.ajp.impl
Class exception_table_info

java.lang.Object
  extended by com.jeffpalm.ajp.impl.Info
      extended by com.jeffpalm.ajp.impl.exception_table_info
All Implemented Interfaces:
ConstantFlags

public class exception_table_info
extends Info


Field Summary
 u2 catch_type
           
 u2 end_pc
           
 u2 handler_pc
           
 u2 start_pc
           
 
Fields inherited from interface com.jeffpalm.ajp.impl.ConstantFlags
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
 
Constructor Summary
exception_table_info(u2 start_pc, u2 end_pc, u2 handler_pc, u2 catch_type)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.jeffpalm.ajp.impl.Info
a, a, a, a, n, n, n, n, newlines, str, unroll, utf8String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start_pc

public u2 start_pc

end_pc

public u2 end_pc

handler_pc

public u2 handler_pc

catch_type

public u2 catch_type
Constructor Detail

exception_table_info

public exception_table_info(u2 start_pc,
                            u2 end_pc,
                            u2 handler_pc,
                            u2 catch_type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object