|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.esper.eql.parse.ASTWalkException
public class ASTWalkException
This exception is thrown to indicate a problem in statement creation.
Constructor Summary | |
---|---|
ASTWalkException(java.lang.String message)
Ctor. |
|
ASTWalkException(java.lang.String message,
java.lang.Throwable t)
Ctor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ASTWalkException(java.lang.String message, java.lang.Throwable t)
message
- is the error messaget
- is the inner throwablepublic ASTWalkException(java.lang.String message)
message
- is the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |