public class ExceptionAttribute extends ClassFileAttribute implements IExceptionAttribute
NO_ATTRIBUTES| Modifier and Type | Method and Description |
|---|---|
int[] |
getExceptionIndexes()
Answer back the exception indexes of the exception attribute.
|
char[][] |
getExceptionNames()
Answer back the exception names of the exception attribute.
|
int |
getExceptionsNumber()
Answer back the number of exceptions of the exception attribute.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic int[] getExceptionIndexes()
IExceptionAttributegetExceptionIndexes in interface IExceptionAttributeIExceptionAttribute.getExceptionIndexes()public char[][] getExceptionNames()
IExceptionAttributegetExceptionNames in interface IExceptionAttributeIExceptionAttribute.getExceptionNames()public int getExceptionsNumber()
IExceptionAttributegetExceptionsNumber in interface IExceptionAttributeIExceptionAttribute.getExceptionsNumber()