com.espertech.esper.epl.parse
Class ASTWalkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.espertech.esper.epl.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

Constructor Summary
ASTWalkException(String message)
          Ctor.
ASTWalkException(String message, 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

ASTWalkException

public ASTWalkException(String message,
                        Throwable t)
Ctor.

Parameters:
message - is the error message
t - is the inner throwable

ASTWalkException

public ASTWalkException(String message)
Ctor.

Parameters:
message - is the error message

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com