Searched defs:EXCEPTION (Results 1 – 6 of 6) sorted by relevance
87 static final Exception EXCEPTION = new Exception(); field in TestLogHandlerTest
46 EXCEPTION = set('try catch throw'.split()) variable
36 protected static final Exception EXCEPTION = new Exception("Test exception"); field in AbstractChainedListenableFutureTest
417 private static final Exception EXCEPTION = new Exception(); field in AbstractServiceTest
191 enum Result { RETRY = -2, EXCEPTION = -1, FAILURE = 0, SUCCESS = 1 }; enumerator
1069 EXCEPTION = 1, // Returning this marker tells the real exception enumerator