Searched refs:notifyCaught (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java41 private boolean notifyCaught; field in class:ExceptionSpec
49 boolean notifyCaught,
52 this.notifyCaught = notifyCaught;
63 notifyCaught,
69 public boolean notifyCaught() { method in class:ExceptionSpec
70 return notifyCaught;
81 result = (37 * result) + (notifyCaught() ? 0: 1);
93 (this.notifyCaught() == es.notifyCaught())
48 ExceptionSpec(ReferenceTypeSpec refSpec, boolean notifyCaught, boolean notifyUncaught) argument
[all...]
H A DEventRequestSpecList.java129 boolean notifyCaught,
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught);
128 createExceptionCatch(String classPattern, boolean notifyCaught, boolean notifyUncaught) argument
H A DCommands.java762 boolean notifyCaught = false;
768 notifyCaught = false;
771 notifyCaught = true;
774 notifyCaught = true;
785 notifyCaught = true;
792 if ((classPattern != null) && (notifyCaught || notifyUncaught)) {
795 notifyCaught,
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExceptionSpec.java41 boolean notifyCaught; field in class:ExceptionSpec
45 boolean notifyCaught, boolean notifyUncaught)
48 this.notifyCaught = notifyCaught;
84 notifyCaught, notifyUncaught));
44 ExceptionSpec(EventRequestSpecList specs, ReferenceTypeSpec refSpec, boolean notifyCaught, boolean notifyUncaught) argument
H A DEventRequestSpecList.java99 boolean notifyCaught,
104 notifyCaught, notifyUncaught);
98 createExceptionIntercept(String classPattern, boolean notifyCaught, boolean notifyUncaught) argument
H A DExecutionManager.java791 boolean notifyCaught,
794 notifyCaught,
790 createExceptionIntercept(String classPattern, boolean notifyCaught, boolean notifyUncaught) argument
/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DExceptionRequest.java69 boolean notifyCaught(); method in interface:ExceptionRequest
H A DEventRequestManager.java106 * @param notifyCaught If true, caught exceptions will be reported.
112 boolean notifyCaught,
111 createExceptionRequest(ReferenceType refType, boolean notifyCaught, boolean notifyUncaught) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java396 boolean notifyCaught, boolean notifyUncaught) {
398 caught = notifyCaught;
417 public boolean notifyCaught() { method in class:EventRequestManagerImpl.ExceptionRequestImpl
751 boolean notifyCaught,
754 return new ExceptionRequestImpl(refType, notifyCaught, notifyUncaught);
395 ExceptionRequestImpl(ReferenceType refType, boolean notifyCaught, boolean notifyUncaught) argument
750 createExceptionRequest(ReferenceType refType, boolean notifyCaught, boolean notifyUncaught) argument

Completed in 45 milliseconds