Skip to content

Exceptions

The following are possible exceptions to expect.

ColumnDoesNotExist

exception pytql.exceptions.ColumnDoesNotExist

        Bases: Exception

         Exception class to raise if column does not exist.


FieldCantBeNull

exception pytql.exceptions.FieldCantBeNull

        Bases: Exception

         Exception class to raise if field expected not to be null is null.


FieldTypeError

exception pytql.exceptions.FieldTypeError

        Bases: Exception

         Exception class to raise if field type is not supported.


MaxLengthExceeded

exception pytql.exceptions.MaxLengthExceeded

        Bases: Exception

         Exception class to raise if max length is exceeded.


UnsupportedDataType

exception pytql.exceptions.UnsupportedDataType

        Bases: Exception

         Exception class to raise if data type provided is not supported.