Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for causal (0.13 sec)

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

         *
         * @param propertyName
         *            プロパティ名
         * @param value
         *            値
         * @param cause
         *            原因
         */
        public ConverterRuntimeException(final String propertyName, final Object value, final Throwable cause) {
            super("ECL0097", asArray(propertyName, value, cause), cause);
            this.propertyName = propertyName;
            this.value = value;
        }
    
        /**
         * プロパティ名を返します。
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 1.8K bytes
    - Viewed (0)
Back to top