|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPException | |
---|---|
com.espertech.esper.adapter | Adapter shared classes. |
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.client.context | Context partition selection and descriptors. |
com.espertech.esper.client.dataflow | Client API for data flows. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.expression.funcs | Function expressions. |
com.espertech.esper.epl.join.table | Indexes for views |
com.espertech.esper.epl.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
com.espertech.esper.event | This package defines the internal event APIs. |
com.espertech.esper.event.xml | XML event wrappers |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
com.espertech.esper.util | Utility classes that center around Java type handling, printing, reflection, debugging |
Uses of EPException in com.espertech.esper.adapter |
---|
Subclasses of EPException in com.espertech.esper.adapter | |
---|---|
class |
IllegalStateTransitionException
Thrown when an illegal Adapter state transition is attempted. |
Methods in com.espertech.esper.adapter that throw EPException | |
---|---|
void |
Adapter.destroy()
Destroy the Adapter, stopping the sending of all events and releasing all the resources, and disallowing any further state changes on the Adapter. |
void |
Adapter.pause()
Pause the sending of events after a Adapter has been started. |
void |
Adapter.resume()
Resume sending events after the Adapter has been paused. |
void |
Adapter.start()
Start the sending of events into the runtime egine. |
void |
Adapter.stop()
Stop sending events and return the Adapter to the OPENED state, ready to be started once again. |
Uses of EPException in com.espertech.esper.client |
---|
Subclasses of EPException in com.espertech.esper.client | |
---|---|
class |
ConfigurationException
Thrown to indicate a configuration problem. |
class |
EPStatementException
This exception is thrown to indicate a problem in statement creation, such as syntax error or type checking problem etc. |
class |
EPStatementSyntaxException
This exception is thrown to indicate a problem in statement creation. |
class |
EPSubscriberException
This exception is thrown to indicate that a subscriber registration failed such as when the subscribe does not expose an acceptable method to receive statement results. |
class |
EventTypeException
Indicates that a problem occurred looking up, assigning or creating and event type. |
class |
VariableConstantValueException
Indicates that a variable cannot be set. |
class |
VariableNotFoundException
Indicates that a variable was not found. |
class |
VariableValueException
Indicates that a variable value could not be assigned. |
Methods in com.espertech.esper.client that throw EPException | |
---|---|
EPStatementObjectModel |
EPAdministrator.compileEPL(java.lang.String eplExpression)
Compiles a given EPL into an object model representation of the query. |
Configuration |
Configuration.configure()
Use the configuration specified in an application resource named esper.cfg.xml. |
Configuration |
Configuration.configure(org.w3c.dom.Document document)
Use the mappings and properties specified in the given XML document. |
Configuration |
Configuration.configure(java.io.File configFile)
Use the configuration specified in the given application file. |
Configuration |
Configuration.configure(java.lang.String resource)
Use the configuration specified in the given application resource. |
Configuration |
Configuration.configure(java.net.URL url)
Use the configuration specified by the given URL. |
EPStatement |
EPAdministrator.create(EPPreparedStatement prepared)
Creates and starts a prepared statement. |
EPStatement |
EPAdministrator.create(EPPreparedStatement prepared,
java.lang.String statementName)
Creates and starts a prepared statement. |
EPStatement |
EPAdministrator.create(EPPreparedStatement prepared,
java.lang.String statementName,
java.lang.Object userObject)
Creates and starts a prepared statement. |
EPStatement |
EPAdministrator.create(EPStatementObjectModel sodaStatement)
Creates and starts an EPL statement. |
EPStatement |
EPAdministrator.create(EPStatementObjectModel sodaStatement,
java.lang.String statementName)
Creates and starts an EPL statement. |
EPStatement |
EPAdministrator.create(EPStatementObjectModel sodaStatement,
java.lang.String statementName,
java.lang.Object userObject)
Creates and starts an EPL statement. |
EPStatement |
EPAdministrator.createEPL(java.lang.String eplStatement)
Creates and starts an EPL statement. |
EPStatement |
EPAdministrator.createEPL(java.lang.String eplStatement,
java.lang.Object userObject)
Create and starts an EPL statement. |
EPStatement |
EPAdministrator.createEPL(java.lang.String eplStatement,
java.lang.String statementName)
Create and starts an EPL statement. |
EPStatement |
EPAdministratorIsolated.createEPL(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject)
Create and starts an EPL statement. |
EPStatement |
EPAdministrator.createEPL(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject)
Create and starts an EPL statement. |
EPStatement |
EPAdministrator.createPattern(java.lang.String onExpression)
Create and starts an event pattern statement for the expressing string passed. |
EPStatement |
EPAdministrator.createPattern(java.lang.String onExpression,
java.lang.Object userObject)
Create and starts an event pattern statement for the expressing string passed and assign the name passed. |
EPStatement |
EPAdministrator.createPattern(java.lang.String onExpression,
java.lang.String statementName)
Create and starts an event pattern statement for the expressing string passed and assign the name passed. |
EPStatement |
EPAdministrator.createPattern(java.lang.String onExpression,
java.lang.String statementName,
java.lang.Object userObject)
Create and starts an event pattern statement for the expressing string passed and assign the name passed. |
void |
EPAdministrator.destroyAllStatements()
Stops and destroys all statements. |
protected static java.io.InputStream |
Configuration.getConfigurationInputStream(java.lang.String resource)
Get the configuration file as an InputStream. |
EPPreparedStatement |
EPAdministrator.prepareEPL(java.lang.String eplExpression)
Prepares a statement for the given EPL, which can include substitution parameters marked via question mark '?'. |
EPPreparedStatement |
EPAdministrator.preparePattern(java.lang.String patternExpression)
Prepares a statement for the given pattern, which can include substitution parameters marked via question mark '?'. |
void |
EPRuntime.route(java.util.Map map,
java.lang.String eventTypeName)
Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent. |
void |
EPRuntime.route(org.w3c.dom.Node node)
Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent. |
void |
EventSender.route(java.lang.Object theEvent)
Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent. |
void |
EPRuntime.route(java.lang.Object[] objectArray,
java.lang.String eventTypeName)
Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent. |
void |
EPRuntimeIsolated.sendEvent(java.util.Map map,
java.lang.String eventTypeName)
Send a map containing event property values to the event stream processing runtime. |
void |
EPRuntime.sendEvent(java.util.Map map,
java.lang.String mapEventTypeName)
Send a map containing event property values to the event stream processing runtime. |
void |
EPRuntimeIsolated.sendEvent(org.w3c.dom.Node node)
Send an event represented by a DOM node to the event stream processing runtime. |
void |
EPRuntime.sendEvent(org.w3c.dom.Node node)
Send an event represented by a DOM node to the event stream processing runtime. |
void |
EventSender.sendEvent(java.lang.Object theEvent)
Processes the event object. |
void |
EPRuntimeIsolated.sendEvent(java.lang.Object object)
Send an event represented by a plain Java object to the event stream processing runtime. |
void |
EPRuntime.sendEvent(java.lang.Object object)
Send an event represented by a plain Java object to the event stream processing runtime. |
void |
EPPreparedStatement.setObject(int parameterIndex,
java.lang.Object value)
Sets the value of the designated parameter using the given object. |
void |
EPOnDemandPreparedQueryParameterized.setObject(int parameterIndex,
java.lang.Object value)
Sets the value of the designated parameter using the given object. |
void |
EPPreparedStatement.setObject(java.lang.String parameterName,
java.lang.Object value)
Sets the value of the designated parameter using the given object. |
void |
EPAdministrator.startAllStatements()
Starts all statements that are in stopped state. |
void |
EPAdministrator.stopAllStatements()
Stops all statements that are in started state. |
Uses of EPException in com.espertech.esper.client.context |
---|
Subclasses of EPException in com.espertech.esper.client.context | |
---|---|
class |
InvalidContextPartitionSelector
Indicates an invalid combination of context declaration and context partition selector, i.e. |
Uses of EPException in com.espertech.esper.client.dataflow |
---|
Subclasses of EPException in com.espertech.esper.client.dataflow | |
---|---|
class |
EPDataFlowAlreadyExistsException
Thrown to indicate a data flow saved configuration already exists. |
class |
EPDataFlowCancellationException
Indicates cancellation of a data flow instance. |
class |
EPDataFlowExecutionException
Thrown to indicate a data flow execution exception. |
class |
EPDataFlowInstantiationException
Indicates an exception instantiating a data flow. |
class |
EPDataFlowNotFoundException
Thrown to indicate a data flow is not found. |
Methods in com.espertech.esper.client.dataflow that throw EPException | |
---|---|
void |
EventBusCollector.sendEvent(java.util.Map map,
java.lang.String eventTypeName)
Send a map containing event property values to the event stream processing runtime. |
void |
EventBusCollector.sendEvent(org.w3c.dom.Node node)
Send an event represented by a DOM node to the event stream processing runtime. |
void |
EventBusCollector.sendEvent(java.lang.Object object)
Send an event represented by a plain Java object to the event stream processing runtime. |
void |
EventBusCollector.sendEvent(java.lang.Object[] objectArray,
java.lang.String eventTypeName)
Send an object array containing event property values as array elements to the event stream processing runtime. |
Uses of EPException in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service that throw EPException | |
---|---|
EPStatementObjectModel |
EPAdministratorImpl.compileEPL(java.lang.String eplStatement)
|
ExprNode |
EPAdministratorSPI.compileExpression(java.lang.String expression)
Compile expression. |
ExprNode |
EPAdministratorImpl.compileExpression(java.lang.String expression)
|
Expression |
EPAdministratorSPI.compileExpressionToSODA(java.lang.String expression)
Compile expression. |
Expression |
EPAdministratorImpl.compileExpressionToSODA(java.lang.String expression)
|
EvalFactoryNode |
EPAdministratorSPI.compilePatternToNode(java.lang.String expression)
Compile pattern. |
EvalFactoryNode |
EPAdministratorImpl.compilePatternToNode(java.lang.String pattern)
|
PatternExpr |
EPAdministratorSPI.compilePatternToSODA(java.lang.String expression)
Compile pattern. |
PatternExpr |
EPAdministratorImpl.compilePatternToSODA(java.lang.String expression)
|
EPStatementObjectModel |
EPAdministratorSPI.compilePatternToSODAModel(java.lang.String expression)
Compile pattern. |
EPStatementObjectModel |
EPAdministratorImpl.compilePatternToSODAModel(java.lang.String expression)
|
EPStatement |
EPAdministratorImpl.create(EPPreparedStatement prepared)
|
EPStatement |
EPAdministratorImpl.create(EPPreparedStatement prepared,
java.lang.String statementName)
|
EPStatement |
EPAdministratorImpl.create(EPPreparedStatement prepared,
java.lang.String statementName,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorImpl.create(EPPreparedStatement prepared,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.create(EPStatementObjectModel sodaStatement)
|
EPStatement |
EPAdministratorImpl.create(EPStatementObjectModel sodaStatement,
java.lang.String statementName)
|
EPStatement |
EPAdministratorImpl.create(EPStatementObjectModel sodaStatement,
java.lang.String statementName,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorImpl.create(EPStatementObjectModel sodaStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.createEPL(java.lang.String eplStatement)
|
EPStatement |
EPAdministratorImpl.createEPL(java.lang.String eplStatement,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorImpl.createEPL(java.lang.String eplStatement,
java.lang.String statementName)
|
EPStatement |
EPAdministratorIsolatedImpl.createEPL(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorImpl.createEPL(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorSPI.createEPLStatementId(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorIsolatedSPI.createEPLStatementId(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorIsolatedImpl.createEPLStatementId(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.createEPLStatementId(java.lang.String eplStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorSPI.createModelStatementId(EPStatementObjectModel sodaStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.createModelStatementId(EPStatementObjectModel sodaStatement,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.createPattern(java.lang.String onExpression)
|
EPStatement |
EPAdministratorImpl.createPattern(java.lang.String expression,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorImpl.createPattern(java.lang.String expression,
java.lang.String statementName)
|
EPStatement |
EPAdministratorImpl.createPattern(java.lang.String expression,
java.lang.String statementName,
java.lang.Object userObject)
|
EPStatement |
EPAdministratorSPI.createPatternStatementId(java.lang.String pattern,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.createPatternStatementId(java.lang.String pattern,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorSPI.createPreparedEPLStatementId(EPPreparedStatementImpl prepared,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
EPStatement |
EPAdministratorImpl.createPreparedEPLStatementId(EPPreparedStatementImpl prepared,
java.lang.String statementName,
java.lang.Object userObject,
java.lang.String statementId)
|
void |
StatementLifecycleSvcImpl.destroyAllStatements()
|
void |
StatementLifecycleSvc.destroyAllStatements()
Destroys all started statements. |
void |
EPAdministratorImpl.destroyAllStatements()
|
java.util.Map<java.lang.String,java.lang.Object> |
EPRuntimeImpl.getVariableValue(java.util.Set<java.lang.String> variableNames)
|
java.lang.Object |
EPRuntimeImpl.getVariableValue(java.lang.String variableName)
|
java.util.Map<java.lang.String,java.lang.Object> |
EPRuntimeImpl.getVariableValueAll()
|
EPPreparedStatement |
EPAdministratorImpl.prepareEPL(java.lang.String eplExpression)
|
EPPreparedStatement |
EPAdministratorImpl.preparePattern(java.lang.String patternExpression)
|
void |
EPRuntimeImpl.route(java.util.Map map,
java.lang.String eventTypeName)
|
void |
EPRuntimeIsolatedImpl.route(org.w3c.dom.Node document)
Route a XML docment event |
void |
EPRuntimeImpl.route(org.w3c.dom.Node document)
|
void |
EPRuntimeImpl.route(java.lang.Object[] objectArray,
java.lang.String eventTypeName)
|
void |
EPRuntimeIsolatedImpl.sendEvent(java.util.Map map,
java.lang.String eventTypeName)
|
void |
EPRuntimeImpl.sendEvent(java.util.Map map,
java.lang.String mapEventTypeName)
|
void |
EPRuntimeIsolatedImpl.sendEvent(org.w3c.dom.Node document)
|
void |
EPRuntimeImpl.sendEvent(org.w3c.dom.Node document)
|
void |
EPRuntimeIsolatedImpl.sendEvent(java.lang.Object theEvent)
|
void |
EPRuntimeImpl.sendEvent(java.lang.Object theEvent)
|
void |
EPRuntimeImpl.sendEvent(java.lang.Object[] propertyValues,
java.lang.String objectArrayEventTypeName)
|
void |
EPPreparedStatementImpl.setObject(int parameterIndex,
java.lang.Object value)
|
void |
EPPreparedStatementImpl.setObject(java.lang.String parameterName,
java.lang.Object value)
|
void |
EPRuntimeImpl.setVariableValue(java.util.Map<java.lang.String,java.lang.Object> variableValues)
|
void |
EPRuntimeImpl.setVariableValue(java.lang.String variableName,
java.lang.Object variableValue)
|
void |
StatementLifecycleSvcImpl.startAllStatements()
|
void |
StatementLifecycleSvc.startAllStatements()
Starts all stopped statements. |
void |
EPAdministratorImpl.startAllStatements()
|
void |
StatementLifecycleSvcImpl.stopAllStatements()
|
void |
StatementLifecycleSvc.stopAllStatements()
Stops all started statements. |
void |
EPAdministratorImpl.stopAllStatements()
|
Uses of EPException in com.espertech.esper.epl.expression.funcs |
---|
Methods in com.espertech.esper.epl.expression.funcs that return EPException | |
---|---|
static EPException |
ExprCastNode.handleParseException(java.lang.String formatString,
java.lang.String date,
java.text.ParseException ex)
|
static EPException |
ExprCastNode.handleParseISOException(java.lang.String date,
ScheduleParameterException ex)
|
Uses of EPException in com.espertech.esper.epl.join.table |
---|
Methods in com.espertech.esper.epl.join.table that return EPException | |
---|---|
protected static EPException |
PropertyIndexedEventTableUnique.handleUniqueIndexViolation(java.lang.String indexName,
java.lang.Object key)
|
Uses of EPException in com.espertech.esper.epl.parse |
---|
Methods in com.espertech.esper.epl.parse that throw EPException | |
---|---|
static ParseResult |
ParseHelper.parse(java.lang.String expression,
java.lang.String eplStatementErrorMsg,
boolean addPleaseCheck,
ParseRuleSelector parseRuleSelector,
boolean rewriteScript)
Parse expression using the rule the ParseRuleSelector instance supplies. |
static CreateSchemaDesc |
ASTCreateSchemaHelper.walkCreateSchema(EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
|
Uses of EPException in com.espertech.esper.event |
---|
Subclasses of EPException in com.espertech.esper.event | |
---|---|
class |
EventAdapterException
This exception is thrown to indicate a problem resolving an event type by name. |
Methods in com.espertech.esper.event that throw EPException | |
---|---|
EventBean |
EventAdapterServiceImpl.adapterForMap(java.util.Map<java.lang.String,java.lang.Object> theEvent,
java.lang.String eventTypeName)
|
EventBean |
EventAdapterServiceImpl.adapterForObjectArray(java.lang.Object[] theEvent,
java.lang.String eventTypeName)
|
static PropertySetDescriptor |
EventTypeUtility.getNestableProperties(java.util.Map<java.lang.String,java.lang.Object> propertiesToAdd,
EventAdapterService eventAdapterService,
EventTypeNestableGetterFactory factory,
EventType[] optionalSuperTypes)
|
void |
EventSenderXMLDOM.route(java.lang.Object theEvent)
|
void |
EventSenderImpl.route(java.lang.Object theEvent)
|
void |
EventSenderBean.route(java.lang.Object theEvent)
|
void |
EventSenderXMLDOM.sendEvent(java.lang.Object theEvent)
|
void |
EventSenderImpl.sendEvent(java.lang.Object theEvent)
|
static EventTypeUtility.TimestampPropertyDesc |
EventTypeUtility.validatedDetermineTimestampProps(EventType type,
java.lang.String startProposed,
java.lang.String endProposed,
EventType[] superTypes)
|
Uses of EPException in com.espertech.esper.event.xml |
---|
Methods in com.espertech.esper.event.xml that throw EPException | |
---|---|
static EventPropertyGetter |
SchemaXMLPropertyParser.getXPathResolution(java.lang.String propertyName,
javax.xml.xpath.XPathFactory xPathFactory,
java.lang.String rootElementName,
java.lang.String namespace,
SchemaModel schemaModel,
EventAdapterService eventAdapterService,
BaseXMLEventType xmlEventType,
boolean isAllowFragment,
java.lang.String defaultNamespace)
Return the xPath corresponding to the given property. |
Uses of EPException in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that throw EPException | |
---|---|
static java.lang.Object |
PatternExpressionUtil.evaluate(java.lang.String objectName,
MatchedEventMap beginState,
ExprNode parameter,
MatchedEventConvertor convertor,
ExprEvaluatorContext exprEvaluatorContext)
|
static java.util.List<java.lang.Object> |
PatternExpressionUtil.evaluate(java.lang.String objectName,
MatchedEventMap beginState,
java.util.List<ExprNode> parameters,
MatchedEventConvertor convertor,
ExprEvaluatorContext exprEvaluatorContext)
Ctor. |
static java.lang.Object |
PatternExpressionUtil.evaluateTimePeriod(java.lang.String objectName,
MatchedEventMap beginState,
ExprTimePeriod timePeriod,
MatchedEventConvertor convertor,
ExprEvaluatorContext exprEvaluatorContext)
Evaluate the pattern expression. |
Uses of EPException in com.espertech.esper.util |
---|
Subclasses of EPException in com.espertech.esper.util | |
---|---|
class |
ClassInstantiationException
Exception to represent an error instantiating a class from a class name. |
class |
CoercionException
Exception to represent a mismatch in Java types in an expression. |
Methods in com.espertech.esper.util that throw EPException | |
---|---|
static void |
ValidationUtil.validateRequiredProp(java.lang.Object value,
java.lang.String operatorName,
java.lang.String propertyName)
|
static void |
ValidationUtil.validateRequiredPropString(java.lang.String value,
java.lang.String operatorName,
java.lang.String propertyName)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |