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 |
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.
|