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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java1423 public static class IllegalThreadException extends RuntimeException { class in class:SunToolkit
1424 public IllegalThreadException(String msg) { method in class:SunToolkit.IllegalThreadException
1427 public IllegalThreadException() { method in class:SunToolkit.IllegalThreadException
1451 * IllegalThreadException runtime exception.
1491 throw new IllegalThreadException("The SunToolkit.realSync() method cannot be used on the event dispatch thread (EDT).");

Completed in 50 milliseconds