Searched defs:RUNTIME_EXCEPTION (Results 1 – 5 of 5) sorted by relevance
262 RUNTIME_EXCEPTION(RuntimeException.class) { in RUNTIME_EXCEPTION() enumConstant
34 Class<RuntimeException> RUNTIME_EXCEPTION = RuntimeException.class; field
31 public static final Class<RuntimeException> RUNTIME_EXCEPTION = RuntimeException.class; field in ExceptionConst
33 static final RuntimeException RUNTIME_EXCEPTION = new RuntimeException(); field in FuturesGetCheckedInputs