org.apache.bcel.verifier.structurals
public class ExceptionHandler extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ObjectType |
catchtype
The type of the exception to catch.
|
private InstructionHandle |
handlerpc
The InstructionHandle where the handling begins.
|
Constructor and Description |
---|
ExceptionHandler(ObjectType catch_type,
InstructionHandle handler_pc)
Leave instance creation to JustIce.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
getExceptionType()
Returns the type of the exception that's handled.
|
InstructionHandle |
getHandlerStart()
Returns the InstructionHandle where the handler starts off.
|
private ObjectType catchtype
private InstructionHandle handlerpc
ExceptionHandler(ObjectType catch_type, InstructionHandle handler_pc)
public ObjectType getExceptionType()
public InstructionHandle getHandlerStart()