Package net.ssehub.easy.varModel.cst
Class UnknownOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.varModel.model.IvmlException
-
- net.ssehub.easy.varModel.cst.CSTSemanticException
-
- net.ssehub.easy.varModel.cst.UnknownOperationException
-
- All Implemented Interfaces:
java.io.Serializable,IIdentifiable
public class UnknownOperationException extends CSTSemanticException
An exception signaling an unknown operation.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ssehub.easy.varModel.cst.CSTSemanticException
AMBIGUITY, CONTAINER_OPERATION, DECLARATOR_SEMANTICS, ILLEGAL, INTERNAL, TYPE_MISMATCH, UNKNOWN_ELEMENT, UNKNOWN_OPERATION, UNRESOLVED
-
-
Constructor Summary
Constructors Constructor Description UnknownOperationException(java.lang.String name, int code, IDatatype operand, IDatatype... parameter)Constructs the message for the exception.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringconstructMessage(java.lang.String name, IDatatype operand, IDatatype... parameter)Constructs the message for the exception.-
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
-
-
-
-
Constructor Detail
-
UnknownOperationException
public UnknownOperationException(java.lang.String name, int code, IDatatype operand, IDatatype... parameter)Constructs the message for the exception.- Parameters:
name- the name of the unknown operationoperand- the operandparameter- the parametercode- the code of this message
-
-
Method Detail
-
constructMessage
public static final java.lang.String constructMessage(java.lang.String name, IDatatype operand, IDatatype... parameter)Constructs the message for the exception.- Parameters:
name- the name of the unknown operationoperand- the operandparameter- the parameter- Returns:
- the constructed message
-
-