Package | Description |
---|---|
de.rtm.util.exception |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalizableRTMException
The class
AbstractLocalizableRTMException serves as an abstract base
class for checked, localizable RTM exceptions. |
class |
AbstractLocalizableRTMRuntimeException
The class
AbstractLocalizableRTMRuntimeException serves as an abstract base
class for unchecked, localizable RTM exceptions. |
class |
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. |
class |
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.
|
class |
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..
|
class |
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 |
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.
|