Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.integration.common.ModelException
- All Implemented Interfaces:
Serializable
Thrown in case of illegal input to the IRET-IVML integration interface.
- Author:
- Holger Eichelberger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelException(String message) Creates a new model exception.ModelException(Throwable throwable) Creates a new model exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelException
Creates a new model exception.- Parameters:
message- the message causing the problem
-
ModelException
Creates a new model exception.- Parameters:
throwable- the throwable carrying the description of the problem (message is taken)
-