Searched refs:IllegalThreadStateException (Results 1 – 13 of 13) sorted by relevance
28 IllegalThreadStateException e = new IllegalThreadStateException(); in test_Constructor()38 IllegalThreadStateException e = new IllegalThreadStateException("fixture"); in test_ConstructorLjava_lang_String()
94 } 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()
133 } catch(IllegalThreadStateException expected) { in test_exitValue()
39 public class IllegalThreadStateException extends IllegalArgumentException { class46 public IllegalThreadStateException() { in IllegalThreadStateException() method in IllegalThreadStateException56 public IllegalThreadStateException(String s) { in IllegalThreadStateException() method in IllegalThreadStateException
196 } catch(IllegalThreadStateException ex) { in waitFor()261 } catch(IllegalThreadStateException e) { in isAlive()
789 throw new IllegalThreadStateException(); in destroy()821 throw new IllegalThreadStateException(); in add()878 throw new IllegalThreadStateException(); in addUnstarted()900 throw new IllegalThreadStateException(); in add()
215 throw new IllegalThreadStateException("process hasn't exited");
724 throw new IllegalThreadStateException(); in start()1369 throw new IllegalThreadStateException(); in setDaemon()
65 } 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()
283 } catch (IllegalThreadStateException expected) { in testThreadDoubleStart()308 } catch (IllegalThreadStateException expected) { in testThreadRestart()
33 throws SecurityException, IllegalThreadStateException { in MyThread()
959 throw new IllegalThreadStateException(); in addWorker()
145 ojluni/src/main/java/java/lang/IllegalThreadStateException.java \