Package exceptions

Class ExperimentFormatException

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

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

    • ExperimentFormatException

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