net.esper.eql.parse
Class ASTWalkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.esper.eql.parse.ASTWalkException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ASTFilterSpecValidationException
public class ASTWalkException
- extends RuntimeException
This exception is thrown to indicate a problem in statement creation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ASTWalkException
public ASTWalkException(String message,
Throwable t)
- Ctor.
- Parameters:
message
- is the error messaget
- is the inner throwable
ASTWalkException
public ASTWalkException(String message)
- Ctor.
- Parameters:
message
- is the error message