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