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:
java.io.Serializable,IIdentifiable
public class VersionFormatException extends AbstractException
A version format exception.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intINVALID_VERSION-
Fields inherited from class net.ssehub.easy.basics.messages.AbstractException
ID_AMBIGUOUS, ID_CANNOT_RESOLVE, ID_INTERNAL, ID_SEMANTIC, ID_WARNING
-
-
Constructor Summary
Constructors Constructor Description VersionFormatException(java.lang.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
getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.ssehub.easy.basics.messages.IIdentifiable
getMessage
-
-
-
-
Field Detail
-
INVALID_VERSION
public static final int INVALID_VERSION
- See Also:
- Constant Field Values
-
-