Searched defs:notifyUncaught (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DExceptionRequest.java83 boolean notifyUncaught(); method in interface:ExceptionRequest
H A DEventRequestManager.java107 * @param notifyUncaught If true, uncaught exceptions will be reported.
113 boolean notifyUncaught);
111 createExceptionRequest(ReferenceType refType, boolean notifyCaught, boolean notifyUncaught) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DExceptionSpec.java42 private boolean notifyUncaught; field in class:ExceptionSpec
50 boolean notifyUncaught) {
53 this.notifyUncaught = notifyUncaught;
64 notifyUncaught);
73 public boolean notifyUncaught() { method in class:ExceptionSpec
74 return notifyUncaught;
82 result = (37 * result) + (notifyUncaught() ? 0: 1);
94 (this.notifyUncaught() == es.notifyUncaught())) {
48 ExceptionSpec(ReferenceTypeSpec refSpec, boolean notifyCaught, boolean notifyUncaught) argument
[all...]
H A DEventRequestSpecList.java130 boolean notifyUncaught)
134 return new ExceptionSpec(refSpec, notifyCaught, notifyUncaught);
128 createExceptionCatch(String classPattern, boolean notifyCaught, boolean notifyUncaught) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExceptionSpec.java42 boolean notifyUncaught; field in class:ExceptionSpec
45 boolean notifyCaught, boolean notifyUncaught)
49 this.notifyUncaught = notifyUncaught;
84 notifyCaught, notifyUncaught));
44 ExceptionSpec(EventRequestSpecList specs, ReferenceTypeSpec refSpec, boolean notifyCaught, boolean notifyUncaught) argument
H A DEventRequestSpecList.java100 boolean notifyUncaught) {
104 notifyCaught, notifyUncaught);
98 createExceptionIntercept(String classPattern, boolean notifyCaught, boolean notifyUncaught) argument
H A DExecutionManager.java792 boolean notifyUncaught) {
795 notifyUncaught);
790 createExceptionIntercept(String classPattern, boolean notifyCaught, boolean notifyUncaught) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java396 boolean notifyCaught, boolean notifyUncaught) {
399 uncaught = notifyUncaught;
421 public boolean notifyUncaught() { method in class:EventRequestManagerImpl.ExceptionRequestImpl
752 boolean notifyUncaught) {
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 39 milliseconds