public static class ClassFile.ExceptionsAttribute extends ClassFile.AttributeInfo
Modifier and Type | Field and Description |
---|---|
private short[] |
exceptionIndexes |
Constructor and Description |
---|
ExceptionsAttribute(short attributeNameIndex,
short[] exceptionIndexes) |
Modifier and Type | Method and Description |
---|---|
ClassFile.ConstantClassInfo[] |
getExceptions(ClassFile classFile) |
private static ClassFile.AttributeInfo |
loadBody(short attributeNameIndex,
java.io.DataInputStream dis) |
protected void |
storeBody(java.io.DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
store
public ExceptionsAttribute(short attributeNameIndex, short[] exceptionIndexes)
public ClassFile.ConstantClassInfo[] getExceptions(ClassFile classFile)
ClassFile.ExceptionsAttribute
private static ClassFile.AttributeInfo loadBody(short attributeNameIndex, java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException
protected void storeBody(java.io.DataOutputStream dos) throws java.io.IOException
ClassFile.AttributeInfo
storeBody
in class ClassFile.AttributeInfo
java.io.IOException