Searched refs:noArgCtor (Results 1 – 1 of 1) sorted by relevance
580 Constructor<?> noArgCtor = null; in getThrowableException() local585 noArgCtor = c; in getThrowableException()589 if (noArgCtor != null) { in getThrowableException()590 Throwable wx = (Throwable)noArgCtor.newInstance(); in getThrowableException()