Package exceptions

Class IncompatibleConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.IncompatibleConfigurationException
All Implemented Interfaces:
Serializable

public class IncompatibleConfigurationException extends Exception
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 Details

    • IncompatibleConfigurationException

      public IncompatibleConfigurationException(String msg)
      Construtor.
      Parameters:
      msg - message with a detailed description of the problem.