Class ExceptionHandlers
java.lang.Object
org.apache.bcel.verifier.structurals.ExceptionHandlers
This class allows easy access to ExceptionHandler objects.
- Version:
- $Id: ExceptionHandlers.java 438658 2006-08-30 21:52:09Z dbrosius $
- Author:
- Enver Haase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
-
Constructor Details
-
ExceptionHandlers
Constructor. Creates a new ExceptionHandlers instance.
-
-
Method Details
-
getExceptionHandlers
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
-