Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java48 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 SimpleTimeLimiterTest
202 public void sleepThenThrowException() throws SampleException { in sleepThenThrowException()
207 throw new SampleException(); in sleepThenThrowException()