com.android.dx.cf.attrib
Class AttExceptions
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.AttExceptions
- All Implemented Interfaces:
- Attribute
public final class AttExceptions
- extends BaseAttribute
Attribute class for standard Exceptions attributes.
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_NAME
public static final String ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
- See Also:
- Constant Field Values
AttExceptions
public AttExceptions(TypeList exceptions)
- Constructs an instance.
- Parameters:
exceptions - non-null; list of classes, presumed but not
verified to be subclasses of Throwable
byteLength
public int byteLength()
- Get the total length of the attribute in bytes, including the
header. Since the header is always six bytes, the result of
this method is always at least
6.
- Returns:
>= 6; the total length, in bytes
getExceptions
public TypeList getExceptions()
- Gets the list of classes associated with this instance. In
general, these classes are not pre-verified to be subclasses of
Throwable.
- Returns:
non-null; the list of classes
Copyright © 2015. All rights reserved.