Package net.ssehub.easy.varModel.cst
Class CSTSemanticException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.varModel.model.IvmlException
-
- net.ssehub.easy.varModel.cst.CSTSemanticException
-
- All Implemented Interfaces:
java.io.Serializable,IIdentifiable
- Direct Known Subclasses:
UnknownOperationException
public class CSTSemanticException extends IvmlException
Exception for invalid Constraints. Will be thrown if datatypes not match.- Author:
- tebbje, Holger Eichelberger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intAMBIGUITYstatic intCONTAINER_OPERATIONstatic intDECLARATOR_SEMANTICSstatic intILLEGALstatic intINTERNALstatic intTYPE_MISMATCHstatic intUNKNOWN_ELEMENTstatic intUNKNOWN_OPERATIONstatic intUNRESOLVED
-
Constructor Summary
Constructors Constructor Description CSTSemanticException(java.lang.String message, int code)Creates a new exception instance.
-
Method Summary
-
Methods inherited from class net.ssehub.easy.varModel.model.IvmlException
getCode, 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
-
TYPE_MISMATCH
public static final int TYPE_MISMATCH
- See Also:
- Constant Field Values
-
UNKNOWN_OPERATION
public static final int UNKNOWN_OPERATION
- See Also:
- Constant Field Values
-
CONTAINER_OPERATION
public static final int CONTAINER_OPERATION
- See Also:
- Constant Field Values
-
INTERNAL
public static final int INTERNAL
- See Also:
- Constant Field Values
-
UNKNOWN_ELEMENT
public static final int UNKNOWN_ELEMENT
- See Also:
- Constant Field Values
-
AMBIGUITY
public static final int AMBIGUITY
- See Also:
- Constant Field Values
-
ILLEGAL
public static final int ILLEGAL
- See Also:
- Constant Field Values
-
DECLARATOR_SEMANTICS
public static final int DECLARATOR_SEMANTICS
- See Also:
- Constant Field Values
-
UNRESOLVED
public static final int UNRESOLVED
- See Also:
- Constant Field Values
-
-