- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ECL0103 (0.69 seconds)
-
src/main/java/org/codelibs/core/lang/ClassIterator.java
*/ public ClassIterator(final Class<?> clazz, final boolean includeObject) { assertArgumentNotNull("clazz", clazz); assertArgument("clazz", !clazz.isInterface(), MessageFormatter.getSimpleMessage("ECL0103", clazz)); this.clazz = clazz; this.includeObject = includeObject; } @Override public boolean hasNext() { if (!includeObject && clazz == Object.class) {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 3.9K bytes - Click Count (0) -
src/main/resources/CLMessages.properties
ECL0099=Field({1}) of class({0}) is not a static field. ECL0100=Method({1}) of class({0}) is not a static method. ECL0101=File({0}) is not exist or not readable. ECL0102=File({0}) is not exist or not writable. ECL0103=Type({0}) is an interface not a class. ECL0104=Argument({0}) is not an array. ECL0105=Rethrew {0} as a runtime exception. ECL0106=IOException occurred, because {0} ECL0107=InvalidKeyException occurred, because {0}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)