- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ECL0013 (0.17 seconds)
-
src/main/java/org/codelibs/core/misc/AssertionUtil.java
*/ public static void assertArgumentNotEmpty(final String argName, final Map<?, ?> argValue) { if (argValue == null || argValue.isEmpty()) { throw new EmptyArgumentException(argName, "ECL0013", asArray(argName)); } } /** * Asserts that the index is valid. * * @param argName * The name of the argument that must not be {@code null}.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)