public class ExceptionHandlers extends Object
| Constructor and Description |
|---|
ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler[] |
getExceptionHandlers(org.apache.bcel.generic.InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
|
public ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
public ExceptionHandler[] getExceptionHandlers(org.apache.bcel.generic.InstructionHandle ih)
Copyright © 2004–2025. All rights reserved.