public final class AttExceptions extends BaseAttribute
Exceptions attributes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type |
| Constructor and Description |
|---|
AttExceptions(TypeList exceptions)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
TypeList |
getExceptions()
Gets the list of classes associated with this instance.
|
getNamepublic static final java.lang.String ATTRIBUTE_NAME
non-null; attribute name for attributes of this typepublic AttExceptions(TypeList exceptions)
exceptions - non-null; list of classes, presumed but not
verified to be subclasses of Throwablepublic int byteLength()
6.>= 6; the total length, in bytespublic TypeList getExceptions()
Throwable.non-null; the list of classesCopyright © 2020. All Rights Reserved.