Uses of Class
net.esper.eql.parse.EPStatementSyntaxException

Packages that use EPStatementSyntaxException
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
 

Uses of EPStatementSyntaxException in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return EPStatementSyntaxException
static EPStatementSyntaxException EPStatementSyntaxException.convert(antlr.RecognitionException e, String expression)
          Converts from a syntax error to a nice statement exception.
static EPStatementSyntaxException EPStatementSyntaxException.convert(antlr.TokenStreamException e, String expression)
          Converts from a syntax (token stream) error to a nice statement exception.
static EPStatementSyntaxException EPStatementSyntaxException.convertEndOfInput(antlr.RecognitionException e, String expression)
          Converts end-of-input error from a syntax error to a nice statement exception.
static EPStatementSyntaxException EPStatementSyntaxException.convertEndOfInput(antlr.RecognitionException e, String tokenNameExpected, String expression)
          Converts end-of-input error from a syntax error to a nice statement exception.