Class ExceptionHandlers
- java.lang.Object
-
- org.apache.bcel.verifier.structurals.ExceptionHandlers
-
public class ExceptionHandlers extends java.lang.Object
This class allows easy access to ExceptionHandler objects.
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlers(MethodGen mg)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionHandler[]
getExceptionHandlers(InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
-
-
-
Constructor Detail
-
ExceptionHandlers
public ExceptionHandlers(MethodGen mg)
Constructor. Creates a new ExceptionHandlers instance.
-
-
Method Detail
-
getExceptionHandlers
public ExceptionHandler[] getExceptionHandlers(InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
-
-