Class ModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.integration.common.ModelException
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelException extends java.lang.ExceptionThrown in case of illegal input to the IRET-IVML integration interface.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelException(java.lang.String message)Creates a new model exception.ModelException(java.lang.Throwable throwable)Creates a new model exception.
-
-
-
Constructor Detail
-
ModelException
public ModelException(java.lang.String message)
Creates a new model exception.- Parameters:
message- the message causing the problem
-
ModelException
public ModelException(java.lang.Throwable throwable)
Creates a new model exception.- Parameters:
throwable- the throwable carrying the description of the problem (message is taken)
-
-