Class AppConfigException.InvalidPropertyValue
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AppConfigException.InvalidPropertyValue extends AppConfigException
-
-
Constructor Summary
Constructors Constructor Description AppConfigException.InvalidPropertyValue(String property, Object value)
-
Method Summary
Modifier and Type Method Description final StringgetProperty()final ObjectgetValue()-
-
Method Detail
-
getProperty
final String getProperty()
-
getValue
final Object getValue()
-
-
-
-