|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rit.classfile.ExceptionHandler
public abstract class ExceptionHandler
Class ExceptionHandler encapsulates the information needed to describe an exception handler for a subroutine (method, constructor, or class initializer). This includes the start location, end location, handler location, and catch type.
Method Summary | |
---|---|
ClassReference |
getCatchType()
Returns this exception handler's catch type. |
Location |
getEndLocation()
Returns this exception handler's end location. |
Location |
getHandlerLocation()
Returns this exception handler's handler location. |
Location |
getStartLocation()
Returns this exception handler's start location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Location getStartLocation()
public Location getEndLocation()
public Location getHandlerLocation()
public ClassReference getCatchType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |