Package net.ssehub.easy.basics.messages
Interface IIdentifiable
-
- All Known Implementing Classes:
AbstractException,ConfigurationException,CSTSemanticException,IvmlException,ModelManagementException,ModelQueryException,ReasoningException,RuleDescriptorException,TranslatorException,UnknownOperationException,UnknownTypeException,UnknownTypeException,UnknownVariableException,ValueDoesNotMatchTypeException,VersionFormatException,VilException
public interface IIdentifiableAn identifiable (to be implemented by exceptions).- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()Returns a numerical identifier representing the actualmessage.java.lang.StringgetMessage()Returns the actual message.
-
-
-
Method Detail
-
getId
int getId()
Returns a numerical identifier representing the actualmessage. This identifier is used for asserting exceptions in tests.- Returns:
- the identifier
-
getMessage
java.lang.String getMessage()
Returns the actual message.- Returns:
- the message
-
-