antlr

Class SemanticException


public class SemanticException
extends RecognitionException

Field Summary

Fields inherited from class antlr.RecognitionException

column, fileName, line

Constructor Summary

SemanticException(String s)
RecognitionException constructor comment.
SemanticException(String s, String fileName, int line)
Deprecated. As of ANTLR 2.7.2 use null
SemanticException(String s, String fileName, int line, int column)
RecognitionException constructor comment.

Method Summary

Methods inherited from class antlr.RecognitionException

getColumn, getErrorMessage, getFilename, getLine, toString

Constructor Details

SemanticException

public SemanticException(String s)
RecognitionException constructor comment.
Parameters:
s - java.lang.String

SemanticException

public SemanticException(String s,
                         String fileName,
                         int line)

Deprecated. As of ANTLR 2.7.2 use null


SemanticException

public SemanticException(String s,
                         String fileName,
                         int line,
                         int column)
RecognitionException constructor comment.
Parameters:
s - java.lang.String