Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method and Description |
---|---|
ExceptionsAttribute |
MethodInfo.getExceptionsAttribute()
Returns an Exceptions attribute.
|
Modifier and Type | Method and Description |
---|---|
private void |
ExceptionsAttribute.copyFrom(ExceptionsAttribute srcAttr,
java.util.Map classnames)
Copies the contents from a source attribute.
|
void |
MethodInfo.setExceptionsAttribute(ExceptionsAttribute cattr)
Adds an Exception attribute.
|
Constructor and Description |
---|
ExceptionsAttribute(ConstPool cp,
ExceptionsAttribute src,
java.util.Map classnames)
Constructs a copy of an exceptions attribute.
|