exceptions

class exceptions.Error(message)

General error class to handle generic errors

__init__(message) None
__str__()

Return str(self).

class exceptions.IncompatibleVectorSizesException(size1: int, size2: int)
__init__(size1: int, size2: int) None
__str__()

Return str(self).

class exceptions.InvalidDataTypeException(param_name: str, param_type: Any, param_types: str)
__init__(param_name: str, param_type: Any, param_types: str)
__str__()

Return str(self).

class exceptions.InvalidFileFormat(filename)
__init__(filename)
__str__()

Return str(self).

class exceptions.InvalidParamValue(param_name: str, param_value: str)
__init__(param_name: str, param_value: str)
__str__()

Return str(self).

class exceptions.InvalidSchemaException(message: str)
__init__(message: str) None
__str__()

Return str(self).

class exceptions.InvalidStateException(type_name: str, state_type: str)
__init__(type_name: str, state_type: str) None
__str__()

Return str(self).