Package | Description |
---|---|
de.rtm.util.exception |
Modifier and Type | Class and Description |
---|---|
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.
|