- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ECL0009 (0.09 sec)
-
src/main/java/org/codelibs/core/misc/AssertionUtil.java
*/ public static void assertArgument(final String argName, final boolean expression, final String description) { if (!expression) { throw new ClIllegalArgumentException(argName, "ECL0009", asArray(argName, description)); } } /** * Asserts that the state is not invalid. * * @param expression * The precondition. * @param descriptionRegistered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 12.5K bytes - Viewed (0)