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()
240 } 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.java794 throw new IllegalThreadStateException(); in destroy()
826 throw new IllegalThreadStateException(); in add()
883 throw new IllegalThreadStateException(); in addUnstarted()
905 throw new IllegalThreadStateException(); in add()
DThread.java871 throw new IllegalThreadStateException(); in start()
1553 throw new IllegalThreadStateException(); in setDaemon()
2238 throw new IllegalThreadStateException(); in setSystemDaemon()
DUNIXProcess.java215 throw new IllegalThreadStateException("process hasn't exited");
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java66 } catch(IllegalThreadStateException itse) { in test_ConstructorLjava_lang_ThreadGroupLjava_lang_RunnableLjava_lang_StringL$L()
152 } catch (IllegalThreadStateException ex) { in test_setDaemonZ()
412 } catch(IllegalThreadStateException itse){ in test_start()
DThreadTest.java448 } catch (IllegalThreadStateException expected) { in testThreadDoubleStart()
473 } catch (IllegalThreadStateException expected) { in testThreadRestart()
DOldThreadGroupTest.java33 throws SecurityException, IllegalThreadStateException { in MyThread()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java964 throw new IllegalThreadStateException(); in addWorker()
/libcore/
Dopenjdk_java_files.bp149 "ojluni/src/main/java/java/lang/IllegalThreadStateException.java",