org.apache.bcel.verifier.structurals
public class ExceptionHandler extends Object
Version: $Id: ExceptionHandler.java 371539 2006-01-23 14:08:00Z tcurdt $
Field Summary | |
---|---|
ObjectType | catchtype The type of the exception to catch. |
InstructionHandle | handlerpc The InstructionHandle where the handling begins. |
Constructor Summary | |
---|---|
ExceptionHandler(ObjectType catch_type, InstructionHandle handler_pc) Leave instance creation to JustIce. |
Method Summary | |
---|---|
ObjectType | getExceptionType()
Returns the type of the exception that's handled. |
InstructionHandle | getHandlerStart()
Returns the InstructionHandle where the handler starts off. |