Class VariableExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.epl.variable.core.VariableDeclarationException
com.espertech.esper.common.internal.epl.variable.core.VariableExistsException
- All Implemented Interfaces:
Serializable
Exception indicating a a variable already exists.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariableExistsException
Ctor.- Parameters:
msg
- the exception message.
-