org.apache.bcel.verifier.structurals
Class ExceptionHandlers
java.lang.Object
org.apache.bcel.verifier.structurals.ExceptionHandlers
public class ExceptionHandlers
- extends Object
This class allows easy access to ExceptionHandler objects.
- Version:
- $Id: ExceptionHandlers.java 1149459 2011-07-22 04:34:27Z dbrosius $
- Author:
- Enver Haase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandlers
public ExceptionHandlers(MethodGen mg)
- Constructor. Creates a new ExceptionHandlers instance.
getExceptionHandlers
public ExceptionHandler[] getExceptionHandlers(InstructionHandle ih)
- Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.