public static class CodeAttribute.ExceptionItem
extends java.lang.Object
Constructor and Description |
---|
ExceptionItem() |
ExceptionItem(int type,
int start,
int end,
int handler) |
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Gets the end PC
|
int |
getHandler()
Gets the handler PC
|
int |
getStart()
Gets the start PC
|
int |
getType()
Returns the exception type.
|
void |
setEnd(int pc)
Sets the end PC
|
void |
setHandler(int pc)
Sets the handler PC
|
void |
setStart(int pc)
Sets the start PC
|
void |
setType(int type)
Sets the exception type.
|
public ExceptionItem()
public ExceptionItem(int type, int start, int end, int handler)
public void setType(int type)
public int getType()
public void setStart(int pc)
public int getStart()
public void setEnd(int pc)
public int getEnd()
public void setHandler(int pc)
public int getHandler()