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