- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ECL0049 (0.51 seconds)
-
src/main/java/org/codelibs/core/exception/MethodNotFoundRuntimeException.java
* @param methodArgClasses * Array of parameter types */ public MethodNotFoundRuntimeException(final Class<?> targetClass, final String methodName, final Class<?>[] methodArgClasses) { super("ECL0049", asArray(targetClass.getName(), MethodUtil.getSignature(methodName, methodArgClasses))); this.targetClass = targetClass; this.methodName = methodName; this.methodArgClasses = methodArgClasses; }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 3.3K bytes - Click Count (0) -
src/main/resources/CLMessages.properties
ECL0042=An illegal access was generated by {0}, because {1} ECL0043=The target which {0} invoked is illegal, because {1} ECL0044=Class not found, details are {0} ECL0048=The constructor of {0} for arguments({1}) not found ECL0049=The method({1}) of {0} not found ECL0050=Can not parse, because {0} ECL0051=Can not parse of ({0}) ECL0053=Bad parser configuration, because {0} ECL0054=SAXException occurred, because {0} ECL0055=Resource({0}) not foundCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Mar 07 01:58:02 GMT 2024 - 3.1K bytes - Click Count (0)