Home | History | Annotate | Download | only in concurrent

Lines Matching refs:EXCEPTION

67         default: throw new UndeclaredThrowableException(EXCEPTION);
73 public void testFutureGetThrowsFunctionException() throws Exception {
75 listener.assertException(EXCEPTION);
79 throws Exception {
89 throws Exception {
99 public void testFutureCancelBeforeInputCompletion() throws Exception {
111 public void testFutureCancellableBeforeOutputCompletion() throws Exception {
124 public void testFutureCancellableBeforeFunctionCompletion() throws Exception {
153 public void testFutureCancelAfterCompletion() throws Exception {
162 public void testFutureGetThrowsRuntimeException() throws Exception {
167 fail("Future.get must throw an exception when the input future fails.");