Class ExceptionsAttribute
java.lang.Object
org.jboss.classfilewriter.attributes.Attribute
org.jboss.classfilewriter.attributes.ExceptionsAttribute
- All Implemented Interfaces:
WritableEntry
The exceptions attribute, stores the checked exceptions a method is declared to throw
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExceptionClass
(String exception) void
writeData
(ByteArrayDataOutputStream stream)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ExceptionsAttribute
-
-
Method Details
-
addExceptionClass
-
writeData
- Specified by:
writeData
in classAttribute
- Throws:
IOException
-