Class ExceptionsAttribute
java.lang.Object
org.vesalainen.bcc.AttributeInfo
org.vesalainen.bcc.ExceptionsAttribute
- All Implemented Interfaces:
Writable
-
Field Summary
FieldsFields inherited from class AttributeInfo
attribute_length, attribute_name_index, classFile -
Constructor Summary
ConstructorsConstructorDescriptionExceptionsAttribute(ClassFile classFile, int attribute_name_index, int attribute_length, DataInput in) ExceptionsAttribute(SubClass classFile) ExceptionsAttribute(SubClass classFile, int attribute_name_index, int... exceptionIndexes) Deprecated.Use addThrowable -
Method Summary
Methods inherited from class AttributeInfo
getAttributeSize, getInstance, isOfType
-
Field Details
-
exceptionIndexes
-
-
Constructor Details
-
ExceptionsAttribute
ExceptionsAttribute(SubClass classFile) - Parameters:
classFile-attribute_name_index-exceptionIndexes-
-
ExceptionsAttribute
ExceptionsAttribute(SubClass classFile, int attribute_name_index, int... exceptionIndexes) Deprecated.Use addThrowable- Parameters:
classFile-attribute_name_index-exceptionIndexes-
-
ExceptionsAttribute
ExceptionsAttribute(ClassFile classFile, int attribute_name_index, int attribute_length, DataInput in) throws IOException - Throws:
IOException
-
-
Method Details
-
addThrowable
-
write
- Specified by:
writein interfaceWritable- Overrides:
writein classAttributeInfo- Throws:
IOException
-