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

Packages that use EPStatementSyntaxException
net.esper.eql.parse   
 

Uses of EPStatementSyntaxException in net.esper.eql.parse
 

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