Package | Description |
---|---|
de.rtm.push.adapters |
Provides the classes necessary to connect sources and sinks to an RTM system.
|
de.rtm.push.adapters.windowfunctions | |
de.rtm.util.exception |
Class and Description |
---|
UserDefinedAggregationFunctionException
Any exceptions occurring during the construction or initialization of user-defined aggregation functions
should be instances of this class or any of its subclasses.
|
UserDefinedFunctionException
Any exceptions occurring during the construction or initialization of plain user-defined functions
should be instances of this class or any of its subclasses.
|
Class and Description |
---|
IncompatibleWindowSpecificationException
The purpose of an
IncompatibleWindowSpecificationException is to notify the query engines parser/translator
of an incompatibility between a user-defined function adapter and the window specification given in the OVER
clause of the particular user-defined function call. |
UserDefinedWindowFunctionException
Any exceptions occurring during the construction or initialization of user-defined window functions
should be instances of this class or any of its subclasses.
|
Class and Description |
---|
AbstractLocalizableRTMException
The class
AbstractLocalizableRTMException serves as an abstract base
class for checked, localizable RTM exceptions. |
AbstractLocalizableRTMRuntimeException
The class
AbstractLocalizableRTMRuntimeException serves as an abstract base
class for unchecked, localizable RTM exceptions. |
RTMLocalizableThrowable
The base interface for localizable RTM throwables.
|
UserDefinedExtensionException
This class serves as the base class of all exceptions related to the construction or initialization of user-defined functions, aggregation functions,
window function, etc..
|