com.espertech.esper.epl.variable
Class VariableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.epl.variable.VariableDeclarationException
com.espertech.esper.epl.variable.VariableNotFoundException
- All Implemented Interfaces:
- Serializable
public class VariableNotFoundException
- extends VariableDeclarationException
Exception indicating a variable does not exists.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VariableNotFoundException
public VariableNotFoundException(String msg)
- Ctor.
- Parameters:
msg
- the exception message.