Searched refs:ARITHMETIC_EXCEPTION (Results 1 – 6 of 6) sorted by relevance
42 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
38 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
39 ExceptionConst.ARITHMETIC_EXCEPTION in getExceptions()
59 Class<ArithmeticException> ARITHMETIC_EXCEPTION = ArithmeticException.class; field
56 public static final Class<ArithmeticException> ARITHMETIC_EXCEPTION = ArithmeticException.class; field in ExceptionConst