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
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
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.common.internal.compile.util
Methods in com.espertech.esper.common.internal.compile.util that throw EPExceptionModifier and TypeMethodDescriptionCompileExpressionSPI.compileExpression
(String epl, EventType[] eventTypes, String[] streamNames) -
Uses of EPException in com.espertech.esper.common.internal.context.mgr
Methods in com.espertech.esper.common.internal.context.mgr that return EPExceptionModifier and TypeMethodDescriptionstatic EPException
ContextDeployTimeResolver.failedToFind
(String contextModuleName, NameAccessModifier visibility, String contextName) -
Uses of EPException in com.espertech.esper.common.internal.epl.expression.funcs
Methods in com.espertech.esper.common.internal.epl.expression.funcs that return EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.epl.expression.time.node that return EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.epl.fafquery.querymethod that return EPException -
Uses of EPException in com.espertech.esper.common.internal.epl.index.advanced.index.service
Methods in com.espertech.esper.common.internal.epl.index.advanced.index.service that return EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.epl.index.hash that return EPExceptionModifier and TypeMethodDescriptionstatic EPException
PropertyHashedEventTableUnique.handleUniqueIndexViolation
(String indexName, Object key) -
Uses of EPException in com.espertech.esper.common.internal.epl.pattern.core
Methods in com.espertech.esper.common.internal.epl.pattern.core that return EPExceptionModifier and TypeMethodDescriptionstatic EPException
PatternExpressionUtil.handleRuntimeEx
(RuntimeException ex, String objectName) Methods in com.espertech.esper.common.internal.epl.pattern.core that throw EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.epl.spatial.quadtree.mxcifrowindex that throw EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.epl.spatial.quadtree.prqdfilterindex that throw EPExceptionModifier and TypeMethodDescriptionstatic void
PointRegionQuadTreeFilterIndexCheckBB.checkBB
(BoundingBox bb, double x, double y) -
Uses of EPException in com.espertech.esper.common.internal.epl.util
Methods in com.espertech.esper.common.internal.epl.util that return EPExceptionModifier and TypeMethodDescriptionstatic EPException
CompileTimeResolver.makePathAmbiguous
(PathRegistryObjectType objectType, String name, PathException e) -
Uses of EPException in com.espertech.esper.common.internal.event.bean.core
Methods in com.espertech.esper.common.internal.event.bean.core that throw EPException -
Uses of EPException in com.espertech.esper.common.internal.event.bean.manufacturer
Methods in com.espertech.esper.common.internal.event.bean.manufacturer that return EPExceptionModifier 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
Subclasses of EPException in com.espertech.esper.common.internal.event.coreModifier and TypeClassDescriptionclass
This exception is thrown to indicate a problem resolving an event type by name.Methods in com.espertech.esper.common.internal.event.core that throw EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.event.json.parser.delegates.endvalue that return EPExceptionModifier 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
Methods in com.espertech.esper.common.internal.event.xml that throw EPExceptionModifier 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
Subclasses of EPException in com.espertech.esper.common.internal.utilModifier 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.Methods in com.espertech.esper.common.internal.util that throw EPExceptionModifier 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)