- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ECL0064 (0.4 sec)
-
src/main/java/org/codelibs/core/exception/NoSuchConstructorRuntimeException.java
* @param cause * The cause of the exception */ public NoSuchConstructorRuntimeException(final Class<?> targetClass, final Class<?>[] argTypes, final Throwable cause) { super("ECL0064", asArray(targetClass.getName(), MethodUtil.getSignature(targetClass.getSimpleName(), argTypes)), cause); this.targetClass = targetClass; this.argTypes = argTypes; } /**Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 2.1K bytes - Viewed (0)