cpl_query.exceptions
cpl_query.exceptions
- exception cpl_query.exceptions.ArgumentNoneException(arg: cpl_query.exceptions.ExceptionArgument)
 Bases:
ExceptionException when argument is None
- class cpl_query.exceptions.ExceptionArgument(value)
 Bases:
enum.EnumAn enumeration.
- func = 'func'
 
- index = 'index'
 
- list = 'list'
 
- type = 'type'
 
- value = 'value'
 
- exception cpl_query.exceptions.IndexOutOfRangeException
 Bases:
ExceptionException when index is out of range
- exception cpl_query.exceptions.InvalidTypeException
 Bases:
ExceptionException when type is invalid
- exception cpl_query.exceptions.WrongTypeException
 Bases:
ExceptionException when type is unexpected