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