- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ECL0042 (0.02 sec)
-
src/main/java/org/codelibs/core/exception/IllegalAccessRuntimeException.java
* Target class * @param cause * The cause of the exception */ public IllegalAccessRuntimeException(final Class<?> targetClass, final IllegalAccessException cause) { super("ECL0042", asArray(targetClass.getName(), cause), cause); this.targetClass = targetClass; } /** * Returns the target class. * * @return Target class */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/resources/CLMessages.properties
ECL0016=key[{0}] is not included in this BeanMap : {1}. ECL0017=Exception occurred, because {0} ECL0041={0}''s creation failure, because {1} ECL0040=IOException occurred, because {0} 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
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Mar 07 01:58:02 UTC 2024 - 3.1K bytes - Viewed (0)