SemanticExceptionpublic class SemanticException extends RecognitionException
Constructors Summary |
---|
public SemanticException(String s)
super(s);
| public SemanticException(String s, String fileName, int line)
this(s, fileName, line, -1);
| public SemanticException(String s, String fileName, int line, int column)
super(s, fileName, line, column);
|
|