public class SemanticError extends java.lang.Object implements ISemanticError
SemanticError class describes a semantic error in the specification detected
by a translator. This is the most trivial implementation that just encapsulates a string.| Constructor and Description |
|---|
SemanticError(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
public java.lang.String getMessage()
getMessage in interface ISemanticError