Package com.apama.jmon
Class PreparedEventExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.apama.jmon.PreparedEventExpressionException
-
- All Implemented Interfaces:
java.io.Serializable
public class PreparedEventExpressionException extends java.lang.RuntimeException
Exception thrown when illegal operations are performed on a PreparedEventExpression object.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreparedEventExpressionException(java.lang.String message)
Constructs a new exception with the specified detail message.
-