Class ManifestValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.analysis.store.DataStoreException
org.moeaframework.analysis.store.fs.ManifestValidationException
- All Implemented Interfaces:
Serializable
Exception indicating the manifest recorded with a data store does not match the expected manifest.
- See Also:
-
Constructor Summary
ConstructorDescriptionManifestValidationException
(String message) Constructs a new manifest validation exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManifestValidationException
Constructs a new manifest validation exception.- Parameters:
message
- the reason validation failed
-