- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ECL0015 (0.11 seconds)
-
src/main/resources/CLMessages.properties
ECL0011=argument[{0}] is null or empty array. ECL0012=argument[{0}] is null or empty collection. ECL0013=argument[{0}] is null or empty map. ECL0014=argument[{0}] which is null the index of array is negative integer. ECL0015=argument[{0}] which is null the index of array exceed the size of array[{1}]. ECL0016=key[{0}] is not included in this BeanMap : {1}. ECL0017=Exception occurred, because {0} ECL0041={0}''s creation failure, because {1}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) -
src/main/java/org/codelibs/core/misc/AssertionUtil.java
if (argValue < 0) { throw new ClIllegalArgumentException(argName, "ECL0014", asArray(argName)); } if (argValue >= arraySize) { throw new ClIllegalArgumentException(argName, "ECL0015", asArray(argName, arraySize)); } } /** * Asserts that the argument is valid. * * @param argName * The name of the argument that must not be invalid.
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 12.5K bytes - Click Count (0)