Interface | Description |
---|---|
RTMLocalizableThrowable |
The base interface for localizable RTM throwables.
|
Exception | 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. |
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. |
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.
|
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..
|
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.
|
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.
|