Searched refs:noArgCtor (Results 1 – 1 of 1) sorted by relevance
555 Constructor<?> noArgCtor = null, oneArgCtor = null; in getThrowableException() local559 noArgCtor = c; in getThrowableException()567 else if (noArgCtor != null) { in getThrowableException()568 Throwable rx = (Throwable)noArgCtor.newInstance(); in getThrowableException()