Package exceptions
Class ExperimentFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.ExperimentFormatException
- All Implemented Interfaces:
Serializable
ExperimentFormatException is an Exception subclass for advert an incorrect
formatting in experiment configuration files.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Alicia Vazquez Ramos
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExperimentFormatException
Construtor.- Parameters:
msg
- message with a detailed description of the problem.
-