Home
last modified time | relevance | path

Searched refs:IllegalThreadStateException (Results 1 – 13 of 13) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DIllegalThreadStateExceptionTest.java28 IllegalThreadStateException e = new IllegalThreadStateException(); in test_Constructor()
38 IllegalThreadStateException e = new IllegalThreadStateException("fixture"); in test_ConstructorLjava_lang_String()
DThreadGroupTest.java94 } catch (IllegalThreadStateException e) { in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String()
141 } catch (IllegalThreadStateException e) { in test_destroy()
159 } catch (IllegalThreadStateException e) { in test_destroy()
167 } catch (IllegalThreadStateException e) { in test_destroy()
194 } catch (IllegalThreadStateException e) { in test_destroy()
216 } catch (IllegalThreadStateException its) { in test_destroy()
226 } catch (IllegalThreadStateException its) { in test_destroy()
239 } catch (IllegalThreadStateException e) { in test_destroy_subtest0()
DProcessTest.java133 } catch(IllegalThreadStateException expected) { in test_exitValue()
/libcore/ojluni/src/main/java/java/lang/
DIllegalThreadStateException.java39 public class IllegalThreadStateException extends IllegalArgumentException { class
46 public IllegalThreadStateException() { in IllegalThreadStateException() method in IllegalThreadStateException
56 public IllegalThreadStateException(String s) { in IllegalThreadStateException() method in IllegalThreadStateException
DProcess.java196 } catch(IllegalThreadStateException ex) { in waitFor()
261 } catch(IllegalThreadStateException e) { in isAlive()
DThreadGroup.java789 throw new IllegalThreadStateException(); in destroy()
821 throw new IllegalThreadStateException(); in add()
878 throw new IllegalThreadStateException(); in addUnstarted()
900 throw new IllegalThreadStateException(); in add()
DUNIXProcess.java215 throw new IllegalThreadStateException("process hasn't exited");
DThread.java724 throw new IllegalThreadStateException(); in start()
1369 throw new IllegalThreadStateException(); in setDaemon()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java65 } catch(IllegalThreadStateException itse) { in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()
151 } catch (IllegalThreadStateException ex) { in test_setDaemonZ()
411 } catch(IllegalThreadStateException itse){ in test_start()
DThreadTest.java283 } catch (IllegalThreadStateException expected) { in testThreadDoubleStart()
308 } catch (IllegalThreadStateException expected) { in testThreadRestart()
DOldThreadGroupTest.java33 throws SecurityException, IllegalThreadStateException { in MyThread()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java959 throw new IllegalThreadStateException(); in addWorker()
/libcore/
Dopenjdk_java_files.mk145 ojluni/src/main/java/java/lang/IllegalThreadStateException.java \