Class ModelManagementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.basics.messages.AbstractException
net.ssehub.easy.basics.modelManagement.ModelManagementException
- All Implemented Interfaces:
Serializable,IIdentifiable
An exception thrown by the model management itself typically
on global consistency issues.
- Author:
- Holger Eichelberger
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.ssehub.easy.basics.messages.AbstractException
ID_AMBIGUOUS, ID_CANNOT_RESOLVE, ID_INTERNAL, ID_SEMANTIC, ID_WARNING -
Constructor Summary
ConstructorsConstructorDescriptionModelManagementException(StringBuilder message, int code) Create a new exception based on the given message.ModelManagementException(String message, int code) Create a new exception based on the given message. -
Method Summary
Methods inherited from class net.ssehub.easy.basics.messages.AbstractException
getIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.ssehub.easy.basics.messages.IIdentifiable
getMessage
-
Field Details
-
MODEL_INFO_INCONSISTENCY
public static final int MODEL_INFO_INCONSISTENCY- See Also:
-
MODEL_CYCLIC_IMPORT
public static final int MODEL_CYCLIC_IMPORT- See Also:
-
MODEL_IMPORT_VERSION_CONFLICT
public static final int MODEL_IMPORT_VERSION_CONFLICT- See Also:
-
MODEL_LOAD_FAILURE
public static final int MODEL_LOAD_FAILURE- See Also:
-
INTERNAL
public static final int INTERNAL- See Also:
-
-
Constructor Details
-
ModelManagementException
Create a new exception based on the given message.- Parameters:
message- the messagecode- a code detailing the exception
-
ModelManagementException
Create a new exception based on the given message.- Parameters:
message- the messagecode- a code detailing the exception
-