Class SemanticError
- java.lang.Object
-
- ru.ispras.microtesk.translator.antlrex.SemanticError
-
- All Implemented Interfaces:
ISemanticError
public class SemanticError extends java.lang.Object implements ISemanticError
TheSemanticError
class describes a semantic error in the specification detected by a translator. This is the most trivial implementation that just encapsulates a string.
-
-
Constructor Summary
Constructors Constructor Description SemanticError(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage
in interfaceISemanticError
-
-