Searched refs:catchExceptions (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java101 protected boolean catchExceptions; field in class:InvocationEvent
227 this.catchExceptions = catchThrowables;
239 if (catchExceptions) {
273 return (catchExceptions) ? exception : null;
286 return (catchExceptions) ? throwable : null;
326 * @see #catchExceptions
349 ",catchExceptions=" + catchExceptions + ",when=" + when;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DPeerEvent.java42 boolean catchExceptions, long flags) {
43 super(source, runnable, notifier, catchExceptions);
41 PeerEvent(Object source, Runnable runnable, Object notifier, boolean catchExceptions, long flags) argument

Completed in 29 milliseconds