Class ExceptionHandler

java.lang.Object
org.apache.bcel.verifier.structurals.ExceptionHandler

public class ExceptionHandler extends Object
This class represents an exception handler; that is, an ObjectType representing a subclass of Throwable and the instruction the handler starts off (represented by an InstructionContext).