Package org.codehaus.janino.util
Class ClassFile.ExceptionsAttribute
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.AttributeInfo
-
- org.codehaus.janino.util.ClassFile.ExceptionsAttribute
-
- Enclosing class:
- ClassFile
public static class ClassFile.ExceptionsAttribute extends ClassFile.AttributeInfo
Representation of an "Exceptions" attribute (see JVMS 4.7.4).
-
-
Constructor Summary
Constructors Constructor Description ExceptionsAttribute(short attributeNameIndex, short[] exceptionIndexes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short[]
getExceptionIndexes()
protected void
storeBody(java.io.DataOutputStream dos)
-
Methods inherited from class org.codehaus.janino.util.ClassFile.AttributeInfo
store
-
-
-
-
Method Detail
-
getExceptionIndexes
public short[] getExceptionIndexes()
-
storeBody
protected void storeBody(java.io.DataOutputStream dos) throws java.io.IOException
- Specified by:
storeBody
in classClassFile.AttributeInfo
- Throws:
java.io.IOException
-
-