Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ECL0065 (0.03 seconds)

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

         *
         * @param targetClass the target class
         * @param propertyName the property name
         */
        public PropertyNotFoundRuntimeException(final Class<?> targetClass, final String propertyName) {
            super("ECL0065", asArray(targetClass.getName(), propertyName));
            this.targetClass = targetClass;
            this.propertyName = propertyName;
        }
    
        /**
         * Returns the target class.
         *
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sat Jul 05 00:11:05 GMT 2025
    - 1.8K bytes
    - Click Count (0)
  2. src/main/resources/CLMessages.properties

    ECL0059=Can not configure property({1}) of {0}, because {2}
    ECL0061=SystemException occurred, because {0}
    ECL0063=RollbackException occurred, because {0}
    ECL0064=Constructor({1}) of class({0}) not found
    ECL0065=Property({1}) of class({0}) not found
    ECL0066=NamingException occurred, because {0}
    ECL0067=NoSuchAlgorithmException occurred, because {0}
    ECL0068=InvalidKeyException occurred, because {0}
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Mar 07 01:58:02 GMT 2024
    - 3.1K bytes
    - Click Count (0)
Back to Top