Package exceptions
Class IncompatibleConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.IncompatibleConfigurationException
- All Implemented Interfaces:
Serializable
IncompatibleConfigurationException is an Exception subclass for advert an
incompatile configuration 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
-
IncompatibleConfigurationException
Construtor.- Parameters:
msg
- message with a detailed description of the problem.
-