public class ExceptionHandler extends Object
Modifier and Type | Method and Description |
---|---|
org.apache.bcel.generic.ObjectType |
getExceptionType()
Returns the type of the exception that's handled.
|
org.apache.bcel.generic.InstructionHandle |
getHandlerStart()
Returns the InstructionHandle where the handler starts off.
|
public org.apache.bcel.generic.ObjectType getExceptionType()
public org.apache.bcel.generic.InstructionHandle getHandlerStart()
Copyright © 2004–2016. All rights reserved.