Class ModelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.integration.common.ModelException
All Implemented Interfaces:
Serializable

public class ModelException extends Exception
Thrown in case of illegal input to the IRET-IVML integration interface.
Author:
Holger Eichelberger
See Also:
  • Constructor Details

    • ModelException

      public ModelException(String message)
      Creates a new model exception.
      Parameters:
      message - the message causing the problem
    • ModelException

      public ModelException(Throwable throwable)
      Creates a new model exception.
      Parameters:
      throwable - the throwable carrying the description of the problem (message is taken)