Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ECL0064 (0.03 seconds)

  1. 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;
        }
    
        /**
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sat Jul 05 00:11:05 GMT 2025
    - 2.1K bytes
    - Click Count (0)
Back to Top