public class ExceptionsAttribute extends Attribute
Modifier and Type | Method and Description |
---|---|
void |
addException(java.lang.String exn)
Adds an exception
|
Attribute |
export(JavaClass cl,
JavaClass target)
Clones the attribute
|
java.util.ArrayList<java.lang.String> |
getExceptionList()
Returns the exceptions.
|
void |
read(ByteCodeParser in)
Writes the field to the output.
|
java.lang.String |
toString() |
void |
write(ByteCodeWriter out)
Writes the field to the output.
|
addConstants, getName
public void addException(java.lang.String exn)
public java.util.ArrayList<java.lang.String> getExceptionList()
public void read(ByteCodeParser in) throws java.io.IOException
java.io.IOException
public void write(ByteCodeWriter out) throws java.io.IOException