- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PropertyNotFoundRuntimeException (0.41 sec)
-
src/main/java/org/codelibs/core/exception/PropertyNotFoundRuntimeException.java
/** * プロパティが見つからなかった場合にスローされる例外です。 * * @author higa * */ public class PropertyNotFoundRuntimeException extends ClRuntimeException { private static final long serialVersionUID = -5177019197796206774L; private final Class<?> targetClass; private final String propertyName; /** * {@link PropertyNotFoundRuntimeException}を返します。 * * @param targetClass * ターゲットクラス
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.9K bytes - Viewed (0)