org.apache.bcel.verifier.structurals

Class ExceptionHandler

public class ExceptionHandler extends Object

This class represents an exception handler; that is, an ObjectType representing a subclass of java.lang.Throwable and the instruction the handler starts off (represented by an InstructionContext).
Method Summary
ObjectTypegetExceptionType()
Returns the type of the exception that's handled.
InstructionHandlegetHandlerStart()
Returns the InstructionHandle where the handler starts off.

Method Detail

getExceptionType

public ObjectType getExceptionType()
Returns the type of the exception that's handled. 'null' means 'ANY'.

getHandlerStart

public InstructionHandle getHandlerStart()
Returns the InstructionHandle where the handler starts off.