|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jde.debugger.spec.EventRequestSpec
|
+--jde.debugger.spec.ExceptionSpec
ExceptionSpec.java
Created: Mon Aug 2 17:01:35 1999
| Field Summary | |
(package private) boolean |
notifyCaught
|
(package private) boolean |
notifyUncaught
|
| Fields inherited from class jde.debugger.spec.EventRequestSpec |
app, classExFilters, classFilters, expr, expressionKey, isResolved, myID, refSpec, request, specPropertyKey, suspendPolicy, thread, threadKey |
| Constructor Summary | |
ExceptionSpec(Application app,
ReferenceTypeSpec spec,
boolean notifyCaught,
boolean notifyUncaught)
|
|
| Method Summary | |
boolean |
resolve(com.sun.jdi.ReferenceType refType)
This function is called to resolve an EventRequestSpec when
the ReferenceType is known to match
|
| Methods inherited from class jde.debugger.spec.EventRequestSpec |
attemptImmediateResolve, attemptResolve, getEventRequest, getID, installClassExFilters, installClassFilters, isJavaIdentifier, isResolved, setClassExFilters, setClassFilters, setExpression, setIsResolved, setRequest, setSuspendPolicy, setThread |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
boolean notifyCaught
boolean notifyUncaught
| Constructor Detail |
public ExceptionSpec(Application app,
ReferenceTypeSpec spec,
boolean notifyCaught,
boolean notifyUncaught)
| Method Detail |
public boolean resolve(com.sun.jdi.ReferenceType refType)
EventRequestSpecEventRequestSpec when
the ReferenceType is known to match
if any errors occur at any time during resolution of the event-
requestspec, it's entry in the EventRequestSpecList is
removed, and jde
informed about it (through
Application.removeSpecAndInformJDE(jde.debugger.spec.EventRequestSpec, java.lang.String)
resolve in class EventRequestSpecjde.debugger.spec.EventRequestSpec
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||