The Spotfire.Dxp.Data.Exceptions namespace contains classes for data exceptions.
Classes
| Class | Description | |
|---|---|---|
| DataException | Base class for exceptions that regards data in some way.
| |
| DataFunctionExecutorException |
Exception which wraps exceptions that were thrown by a function executor.
| |
| ExpressionException | Thrown when there is an error in an expression. See the
ExpressionParseException and ExpressionTypeException
for more specific exceptions which inherit from this class.
| |
| ExpressionParseException | This exception is thrown when an invalid expression fails to parse.
| |
| ExpressionTypeException | Thrown when an expression is not correct regarding the types.
| |
| ImportException | An import exception can be thrown when a data source
cannot read data.
| |
| InformationModelException |
Exception class for exceptions occurred in InformationModelManager.
|