Searched refs:TestErrorException (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/ClearGlobalFocusOwnerTest/
H A DClearGlobalFocusOwnerTest.java63 throw new TestErrorException("couldn't focus " + button);
91 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
92 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/OwnedWindowFocusIMECrashTest/
H A DOwnedWindowFocusIMECrashTest.java75 throw new TestErrorException("the button couldn't be focused by click");
84 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
85 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/CloseDialogActivateOwnerTest/
H A DCloseDialogActivateOwnerTest.java68 throw new TestErrorException("the owner frame hasn't been activated on show");
78 throw new TestErrorException("the owned dialog hasn't been activated on show");
109 class TestErrorException extends Error { class in inherits:Error
110 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/NoAutotransferToDisabledCompTest/
H A DNoAutotransferToDisabledCompTest.java75 throw new TestErrorException("couldn't focus " + b1);
104 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
105 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/RemoveAfterRequest/
H A DRemoveAfterRequest.java64 throw new TestErrorException("couldn't focus " + btn1);
97 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
98 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/RequestFocusToDisabledCompTest/
H A DRequestFocusToDisabledCompTest.java69 throw new TestErrorException("couldn't focus " + b0);
93 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
94 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/FocusOwnerFrameOnClick/
H A DFocusOwnerFrameOnClick.java84 throw new TestErrorException("wButton didn't gain focus on showing");
121 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
122 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/IconifiedFrameFocusChangeTest/
H A DIconifiedFrameFocusChangeTest.java80 throw new TestErrorException("couldn't focus " + testButton);
126 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
127 TestErrorException(String msg) { method in class:TestErrorException
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowBlockingTest.java138 throw new TestErrorException(c + "couldn't get focus by click.");
160 class TestErrorException extends RuntimeException { class in class:ActualFocusedWindowBlockingTest
161 TestErrorException(String msg) { method in class:ActualFocusedWindowBlockingTest.TestErrorException
/openjdk7/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java177 throw new TestErrorException("couldn't set focus on " + frame.b2);
239 class TestErrorException extends RuntimeException { class in inherits:RuntimeException
240 TestErrorException(String msg) { method in class:TestErrorException

Completed in 1691 milliseconds