Uses of Class
com.espertech.esper.common.client.EPException
Packages that use EPException
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
Configuration classes.
Context partition selection and descriptors.
Client API for data flows.
Classes related to fire-and-forget execution
Classes for variable management
Runtime API: Runs compiled EPL.
Deployment option callbacks.
For staging deployments.
Adapter shared classes.
-
Uses of EPException in com.espertech.esper.common.client
Subclasses of EPException in com.espertech.esper.common.clientModifier and TypeClassDescriptionclass
Indicates that a problem occurred looking up, assigning or creating and event type.Methods in com.espertech.esper.common.client that throw EPExceptionModifier and TypeMethodDescriptionvoid
EventSender.routeEvent
(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
Processes the event object. -
Uses of EPException in com.espertech.esper.common.client.configuration
Subclasses of EPException in com.espertech.esper.common.client.configurationModifier and TypeClassDescriptionfinal class
Thrown to indicate a configuration problem.Methods in com.espertech.esper.common.client.configuration that throw EPExceptionModifier and TypeMethodDescriptionConfiguration.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the configuration specified in the given application file.Use the configuration specified in the given application resource.Use the configuration specified by the given URL.Use the mappings and properties specified in the given XML document.protected static InputStream
Configuration.getConfigurationInputStream
(String resource) Get the configuration file as anInputStream
. -
Uses of EPException in com.espertech.esper.common.client.context
Subclasses of EPException in com.espertech.esper.common.client.contextModifier and TypeClassDescriptionclass
Indicates an invalid combination of context declaration and context partition selector, i.e. -
Uses of EPException in com.espertech.esper.common.client.dataflow.core
Subclasses of EPException in com.espertech.esper.common.client.dataflow.coreModifier and TypeClassDescriptionclass
Thrown to indicate a data flow saved configuration already exists.class
Indicates cancellation of a data flow instance.class
Thrown to indicate a data flow execution exception.class
Indicates an exception instantiating a data flow.class
Thrown to indicate a data flow is not found. -
Uses of EPException in com.espertech.esper.common.client.fireandforget
Methods in com.espertech.esper.common.client.fireandforget that throw EPExceptionModifier and TypeMethodDescriptionvoid
Sets the value of the designated parameter using the given object.void
Sets the value of the designated parameter using the given object. -
Uses of EPException in com.espertech.esper.common.client.variable
Subclasses of EPException in com.espertech.esper.common.client.variableModifier and TypeClassDescriptionclass
Indicates that a variable cannot be set.class
Indicates that a variable was not found.class
Indicates that a variable value could not be assigned. -
Uses of EPException in com.espertech.esper.runtime.client
Subclasses of EPException in com.espertech.esper.runtime.clientModifier and TypeClassDescriptionclass
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.Methods in com.espertech.esper.runtime.client that throw EPExceptionModifier and TypeMethodDescriptionEPDeploymentService.getDeploymentDependenciesConsumed
(String deploymentId) Obtain information about the dependencies that the given deployment has on other deployments, i.e.EPDeploymentService.getDeploymentDependenciesProvided
(String deploymentId) Obtain information about other deployments that are depending on the given deployment, i.e. -
Uses of EPException in com.espertech.esper.runtime.client.option
Methods in com.espertech.esper.runtime.client.option that throw EPExceptionModifier and TypeMethodDescriptionvoid
Sets the value of the designated parameter using the given object.void
Sets the value of the designated parameter using the given object. -
Uses of EPException in com.espertech.esper.runtime.client.stage
Methods in com.espertech.esper.runtime.client.stage that throw EPException -
Uses of EPException in com.espertech.esper.runtime.client.util
Subclasses of EPException in com.espertech.esper.runtime.client.utilModifier and TypeClassDescriptionclass
Thrown when an illegal Adapter state transition is attempted.Methods in com.espertech.esper.runtime.client.util that throw EPExceptionModifier and TypeMethodDescriptionvoid
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.