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