Uses of Class
com.espertech.esper.common.client.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
Advanced index provisioning
Quadtree MXCIF row index
Quadtree Point-region filter index
JavaBean and legacy Java underlying event classes are here.
This package defines the internal event APIs.
XML event wrappers
Utility classes that center around Java type handling, printing, reflection, debugging
-
Uses of EPException in com.espertech.esper.common.client
Modifier and TypeClassDescriptionclass
Indicates that a problem occurred looking up, assigning or creating and event type.Modifier 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
Modifier and TypeClassDescriptionfinal class
Thrown to indicate a configuration problem.Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.common.internal.compile.util
Modifier and TypeMethodDescriptionCompileExpressionSPI.compileExpression
(String epl, EventType[] eventTypes, String[] streamNames) -
Uses of EPException in com.espertech.esper.common.internal.context.mgr
Modifier and TypeMethodDescriptionstatic EPException
ContextDeployTimeResolver.failedToFind
(String contextModuleName, NameAccessModifier visibility, String contextName) -
Uses of EPException in com.espertech.esper.common.internal.epl.expression.funcs
Modifier and TypeMethodDescriptionstatic EPException
ExprCastNode.handleParseException
(String formatString, String date, Exception ex) static EPException
ExprCastNode.handleParseException
(DateFormat format, String date, Exception ex) static EPException
ExprCastNode.handleParseISOException
(String date, ScheduleParameterException ex) -
Uses of EPException in com.espertech.esper.common.internal.epl.expression.time.node
Modifier and TypeMethodDescriptionstatic EPException
ExprTimePeriodForge.makeTimePeriodParamNullException
(String expressionText) NOTE: Code-generation-invoked method, method name and parameter order matters -
Uses of EPException in com.espertech.esper.common.internal.epl.fafquery.querymethod
-
Uses of EPException in com.espertech.esper.common.internal.epl.index.advanced.index.service
Modifier and TypeMethodDescriptionstatic EPException
AdvancedIndexEvaluationHelper.invalidColumnValue
(String indexName, String parameterName, Object value, String expected) static EPException
AdvancedIndexEvaluationHelper.invalidParameterValue
(String indexName, String parameterName, Object value, String expected) -
Uses of EPException in com.espertech.esper.common.internal.epl.index.hash
Modifier and TypeMethodDescriptionstatic EPException
PropertyHashedEventTableUnique.handleUniqueIndexViolation
(String indexName, Object key) -
Uses of EPException in com.espertech.esper.common.internal.epl.pattern.core
Modifier and TypeMethodDescriptionstatic EPException
PatternExpressionUtil.handleRuntimeEx
(RuntimeException ex, String objectName) Modifier and TypeMethodDescriptionstatic Object
PatternExpressionUtil.evaluateChecked
(String objectName, ExprEvaluator evaluator, EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext) -
Uses of EPException in com.espertech.esper.common.internal.epl.spatial.quadtree.mxcifrowindex
Modifier and TypeMethodDescriptionstatic void
MXCIFQuadTreeFilterIndexCheckBB.checkBB
(BoundingBox bb, double x, double y, double width, double height) -
Uses of EPException in com.espertech.esper.common.internal.epl.spatial.quadtree.prqdfilterindex
Modifier and TypeMethodDescriptionstatic void
PointRegionQuadTreeFilterIndexCheckBB.checkBB
(BoundingBox bb, double x, double y) -
Uses of EPException in com.espertech.esper.common.internal.epl.util
Modifier and TypeMethodDescriptionstatic EPException
CompileTimeResolver.makePathAmbiguous
(PathRegistryObjectType objectType, String name, PathException e) -
Uses of EPException in com.espertech.esper.common.internal.event.bean.core
-
Uses of EPException in com.espertech.esper.common.internal.event.bean.manufacturer
Modifier and TypeMethodDescriptionstatic EPException
InstanceManufacturerFastCtor.getTargetExceptionAsEPException
(String targetClassName, Throwable thrown) NOTE: Code-generation-invoked method, method name and parameter order matters -
Uses of EPException in com.espertech.esper.common.internal.event.core
Modifier and TypeClassDescriptionclass
This exception is thrown to indicate a problem resolving an event type by name.Modifier and TypeMethodDescriptionEventTypeResolvingBeanFactory.adapterForObjectArray
(Object[] theEvent, String eventTypeName) EventTypeResolvingBeanFactoryImpl.adapterForObjectArray
(Object[] theEvent, String eventTypeName) static PropertySetDescriptor
EventTypeUtility.getNestableProperties
(Map<String, Object> propertiesToAdd, EventBeanTypedEventFactory eventBeanTypedEventFactory, EventTypeNestableGetterFactory factory, EventType[] optionalSuperTypes, BeanEventTypeFactory beanEventTypeFactory, boolean publicFields) EventTypeUtility.validatedDetermineTimestampProps
(EventType type, String startProposed, String endProposed, EventType[] superTypes) -
Uses of EPException in com.espertech.esper.common.internal.event.json.parser.delegates.endvalue
Modifier and TypeMethodDescriptionstatic EPException
JsonEndValueForgeUtil.handleBooleanException
(String name, String value) static EPException
JsonEndValueForgeUtil.handleNumberException
(String name, Class boxedType, String value, NumberFormatException ex) static EPException
JsonEndValueForgeUtil.handleParseException
(String name, Class boxedType, String value, Exception ex) -
Uses of EPException in com.espertech.esper.common.internal.event.xml
Modifier and TypeMethodDescriptionstatic EventPropertyGetterSPI
SchemaXMLPropertyParser.getXPathResolution
(String propertyName, XPathFactory xPathFactory, String rootElementName, String namespace, SchemaModel schemaModel, EventBeanTypedEventFactory eventBeanTypedEventFactory, BaseXMLEventType xmlEventType, boolean isAllowFragment, String defaultNamespace, EventTypeXMLXSDHandler xmlxsdHandler) Return the xPath corresponding to the given property.void
EventSenderXMLDOM.routeEvent
(Object theEvent) void
-
Uses of EPException in com.espertech.esper.common.internal.util
Modifier and TypeClassDescriptionclass
Exception to represent an error instantiating a class from a class name.class
Exception to represent a mismatch in Java types in an expression.Modifier and TypeMethodDescriptionstatic void
ConfigurationParser.doConfigure
(Configuration configuration, InputStream stream, String resourceName) Use the configuration specified in the given input stream.static void
ConfigurationParser.doConfigure
(Configuration configuration, Document doc) Parse the W3C DOM document.static Document
ConfigurationParser.getDocument
(InputStream stream, String resourceName)