com.espertech.esper.epl.variable
Class VariableDeclarationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.espertech.esper.epl.variable.VariableDeclarationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VariableExistsException, VariableNotFoundException, VariableTypeException

public class VariableDeclarationException
extends java.lang.Exception

Exception indicating a problem in a variable declaration.

See Also:
Serialized Form

Constructor Summary
VariableDeclarationException(java.lang.String msg)
          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

VariableDeclarationException

public VariableDeclarationException(java.lang.String msg)
Ctor.

Parameters:
msg - the exception message.

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com