|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPException | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.eql.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
net.esper.event | This package defines the Esper Client event API. |
net.esper.util | Utility classes that center around Java type handling, printing, reflection, debugging |
Uses of EPException in net.esper.client |
---|
Subclasses of EPException in net.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. |
Methods in net.esper.client that throw EPException | |
---|---|
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.createEQL(java.lang.String eqlStatement)
Create a query language statement. |
EPStatement |
EPAdministrator.createPattern(java.lang.String onExpression)
Create a event pattern statement for the expressing string passed. |
protected java.io.InputStream |
Configuration.getConfigurationInputStream(java.lang.String resource)
Get the configuration file as an InputStream. |
void |
EPRuntime.sendEvent(java.util.Map map,
java.lang.String eventTypeAlias)
Send a map containing event property values 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 |
EPRuntime.sendEvent(java.lang.Object object)
Send an event represented by a plain Java object to the event stream processing runtime. |
Uses of EPException in net.esper.core |
---|
Methods in net.esper.core that throw EPException | |
---|---|
EPStatement |
EPAdministratorImpl.createEQL(java.lang.String eqlStatement)
|
EPStatement |
EPAdministratorImpl.createPattern(java.lang.String expression)
|
void |
EPRuntimeImpl.sendEvent(java.util.Map map,
java.lang.String eventTypeAlias)
|
void |
EPRuntimeImpl.sendEvent(org.w3c.dom.Node document)
|
void |
EPRuntimeImpl.sendEvent(java.lang.Object event)
|
Uses of EPException in net.esper.eql.parse |
---|
Subclasses of EPException in net.esper.eql.parse | |
---|---|
class |
EPStatementSyntaxException
This exception is thrown to indicate a problem in statement creation. |
Methods in net.esper.eql.parse that throw EPException | |
---|---|
static antlr.collections.AST |
ParseHelper.parse(java.lang.String expression,
ParseRuleSelector parseRuleSelector)
Parse expression using the rule the ParseRuleSelector instance supplies. |
Uses of EPException in net.esper.event |
---|
Subclasses of EPException in net.esper.event | |
---|---|
class |
EventAdapterException
This exception is thrown to indicate a problem resolving an event type by name. |
Uses of EPException in net.esper.util |
---|
Subclasses of EPException in net.esper.util | |
---|---|
class |
CoercionException
Exception to represent a mismatch in Java types in an expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |