Package org.moeaframework.core
Class InvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.core.InvalidPropertyException
- All Implemented Interfaces:
Serializable
Thrown when attempting to parse or read a property with an invalid value.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPropertyException
(String propertyName, String message) Creates an exception indicating a property is invalid. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPropertyException
Creates an exception indicating a property is invalid.- Parameters:
propertyName
- the name of the propertymessage
- a message describing why the property is invalid
-