Searched refs:SampleException (Results 1 – 1 of 1) sorted by relevance
48 SampleException { in someBadStaticMethod()50 throw new SampleException(); in someBadStaticMethod()93 public String call() throws SampleException, InterruptedException { in testBadCallableWithEnoughTime()98 } catch (SampleException expected) { in testBadCallableWithEnoughTime()109 public String call() throws SampleException, InterruptedException { in testBadCallableWithNotEnoughTime()155 } catch (SampleException expected) { in testBadMethodWithEnoughTime()182 void sleepThenThrowException() throws SampleException; in sleepThenThrowException()186 public static class SampleException extends Exception {} class in SimpleTimeLimiterTest202 public void sleepThenThrowException() throws SampleException { in sleepThenThrowException()207 throw new SampleException(); in sleepThenThrowException()