|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.ajp.impl.Info
com.jeffpalm.ajp.impl.exception_table_info
public class exception_table_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 |
---|
public u2 start_pc
public u2 end_pc
public u2 handler_pc
public u2 catch_type
Constructor Detail |
---|
public exception_table_info(u2 start_pc, u2 end_pc, u2 handler_pc, u2 catch_type)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |