Searched refs:throwAsIAE (Results 1 – 2 of 2) sorted by relevance
420 public static void throwAsIAE(Throwable t) { in throwAsIAE() method in ClassUtil421 throwAsIAE(t, t.getMessage()); in throwAsIAE()429 public static void throwAsIAE(Throwable t, String msg) in throwAsIAE() method in ClassUtil456 throwAsIAE(getRootCause(t)); in unwrapAndThrowAsIAE()466 throwAsIAE(getRootCause(t), msg); in unwrapAndThrowAsIAE()
103 ClassUtil.throwAsIAE(e); in testExceptionHelpers()111 ClassUtil.throwAsIAE(err); in testExceptionHelpers()