Class VersionFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ssehub.easy.basics.messages.AbstractException
net.ssehub.easy.basics.modelManagement.VersionFormatException
- All Implemented Interfaces:
Serializable,IIdentifiable
A version format exception.
- Author:
- Holger Eichelberger
- See Also:
-
Field Summary
FieldsFields inherited from class net.ssehub.easy.basics.messages.AbstractException
ID_AMBIGUOUS, ID_CANNOT_RESOLVE, ID_INTERNAL, ID_SEMANTIC, ID_WARNING -
Constructor Summary
ConstructorsConstructorDescriptionVersionFormatException(String message, int code) Creates a new version format exception based on a 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
-
INVALID_VERSION
public static final int INVALID_VERSION- See Also:
-
-
Constructor Details
-
VersionFormatException
Creates a new version format exception based on a message.- Parameters:
message- the error messagecode- a code representing the reason
-