Package org.moeaframework.analysis.io
Class EmptyResultFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.analysis.io.EmptyResultFileException
- All Implemented Interfaces:
Serializable
Exception indicating a result file is empty, invalid, or not properly formatted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception indicating a result file is empty.EmptyResultFileException
(File file) Constructs a new exception indicating a result file is empty. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyResultFileException
public EmptyResultFileException()Constructs a new exception indicating a result file is empty. -
EmptyResultFileException
Constructs a new exception indicating a result file is empty.- Parameters:
file
- the result file
-