org.codehaus.janino.util

Class ClassFile.ExceptionsAttribute

public static class ClassFile.ExceptionsAttribute extends ClassFile.AttributeInfo

Representation of an "Exceptions" attribute (see JVMS 4.7.4).
Constructor Summary
ExceptionsAttribute(short attributeNameIndex, short[] exceptionIndexes)
Method Summary
short[]getExceptionIndexes()
protected voidstoreBody(DataOutputStream dos)

Constructor Detail

ExceptionsAttribute

public ExceptionsAttribute(short attributeNameIndex, short[] exceptionIndexes)

Method Detail

getExceptionIndexes

public short[] getExceptionIndexes()

storeBody

protected void storeBody(DataOutputStream dos)