- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ECL0011 (0.33 sec)
-
src/main/java/org/codelibs/core/misc/AssertionUtil.java
*/ public static void assertArgumentNotEmpty(final String argName, final Object[] argValue) { if (ArrayUtil.isEmpty(argValue)) { throw new EmptyArgumentException(argName, "ECL0011", asArray(argName)); } } /** * Asserts that the argument is neither <code>null</code> nor an empty array. * * @param argName
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 12.5K bytes - Viewed (0)