exceptions¶
Currently we only provide API reference to user facing functions.
|
An exception raised by a BDF reader class. |
|
The ConversionException class represents an exception when an error occurs in converting a table to its external representation or in restoring a table from one of its external representations. |
|
Generate an exception when a new row cannot be inserted because it contains a duplicate key. |
An exception raised when an attempt is made to access an undefined optional variable. |
|
|
The UniquenessViolationException class represents an exception when one tries to add a row r to a table which already contains a row whose all mandatory and non autoincrementable attributes matches the ones in the row r. |