Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ECL0059 (0.09 sec)

  1. src/main/java/org/codelibs/core/exception/IllegalPropertyRuntimeException.java

         * @param cause
         *            The cause of the exception
         */
        public IllegalPropertyRuntimeException(final Class<?> targetClass, final String propertyName, final Throwable cause) {
            super("ECL0059", asArray(targetClass.getName(), propertyName, cause), cause);
            this.targetClass = targetClass;
            this.propertyName = propertyName;
        }
    
        /**
         * Returns the target class.
         *
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top