Searched refs:unwrapAndThrowAsIAE (Results 1 – 4 of 4) sorted by relevance
85 ClassUtil.unwrapAndThrowAsIAE(e, String.format( in deserializeAndSet()
454 public static void unwrapAndThrowAsIAE(Throwable t) in unwrapAndThrowAsIAE() method in ClassUtil464 public static void unwrapAndThrowAsIAE(Throwable t, String msg) in unwrapAndThrowAsIAE() method in ClassUtil557 …ClassUtil.unwrapAndThrowAsIAE(e, "Failed to instantiate class "+cls.getName()+", problem: "+e.getM… in createInstance()579 …ClassUtil.unwrapAndThrowAsIAE(e, "Failed to find default constructor of class "+cls.getName()+", p… in findConstructor()
118 ClassUtil.unwrapAndThrowAsIAE(wrapper); in testExceptionHelpers()
389 ClassUtil.unwrapAndThrowAsIAE(e); in _parse()