|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.verifier.structurals.ExceptionHandler
public class ExceptionHandler
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).
Field Summary | |
---|---|
private ObjectType |
catchtype
The type of the exception to catch. |
private 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ObjectType catchtype
private InstructionHandle handlerpc
Constructor Detail |
---|
ExceptionHandler(ObjectType catch_type, InstructionHandle handler_pc)
Method Detail |
---|
public ObjectType getExceptionType()
public InstructionHandle getHandlerStart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |