joeq.Class
Class jq_TryCatch
java.lang.Object
joeq.Class.jq_TryCatch
public class jq_TryCatch
- extends Object
Field Summary |
static boolean |
DEBUG
|
Constructor Summary |
jq_TryCatch(int startPC,
int endPC,
int handlerPC,
jq_Class exType,
int exceptionOffset)
|
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
jq_TryCatch
public jq_TryCatch(int startPC,
int endPC,
int handlerPC,
jq_Class exType,
int exceptionOffset)
catches
public boolean catches(int offset,
jq_Class t)
getStart
public int getStart()
getEnd
public int getEnd()
getHandlerEntry
public int getHandlerEntry()
getExceptionType
public jq_Class getExceptionType()
getExceptionOffset
public int getExceptionOffset()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2008 John Whaley. All Rights Reserved.