Class ASTWalkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.compiler.internal.parse.ASTWalkException
- All Implemented Interfaces:
Serializable
This exception is thrown to indicate a problem in statement creation.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ASTWalkException
static ASTWalkException
static ASTWalkException
static ASTWalkException
from
(String message, org.antlr.v4.runtime.CommonTokenStream tokenStream, org.antlr.v4.runtime.RuleContext parseTree) static ASTWalkException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ASTWalkException
-
-
Method Details
-
from
-
from
-
from
-
from
public static ASTWalkException from(String message, org.antlr.v4.runtime.CommonTokenStream tokenStream, org.antlr.v4.runtime.RuleContext parseTree) -
from
-