Package org.moeaframework.util
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.util.PropertyNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when attempting to read a property and no default value was given.
- See Also:
-
Constructor Summary
ConstructorDescriptionPropertyNotFoundException
(String propertyName) Creates an exception indicating the given property was not found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyNotFoundException
Creates an exception indicating the given property was not found.- Parameters:
propertyName
- the name of the property
-