exceptions
superduper.base.exceptions
BaseException
​
BaseException(self,
msg)
Parameter | Description |
---|---|
msg | msg for Exception |
BaseException which logs a message after exception.
ComponentException
​
ComponentException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
ComponentException.
ComponentInUseError
​
ComponentInUseError(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for Exception |
kwargs | **kwargs for Exception |
Exception raised when a component is already in use.
ComponentInUseWarning
​
ComponentInUseWarning(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for Exception |
kwargs | **kwargs for Exception |
Warning raised when a component is already in use.
DatabackendException
​
DatabackendException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
DatabackendException.
MetadataException
​
MetadataException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
MetadataException.
QueryException
​
QueryException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
QueryException.
RequiredPackageVersionsNotFound
​
RequiredPackageVersionsNotFound(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for ImportError |
kwargs | **kwargs for ImportError |
Exception raised when one or more required packages are not found.
RequiredPackageVersionsWarning
​
RequiredPackageVersionsWarning(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for ImportWarning |
kwargs | **kwargs for ImportWarning |
Exception raised when one or more required packages are not found.
ServiceRequestException
​
ServiceRequestException(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
ServiceRequestException.
TableNotFoundError
​
TableNotFoundError(self,
/,
*args,
**kwargs)
Parameter | Description |
---|---|
args | *args for Exception |
kwargs | **kwargs for Exception |
Table not found in database.
UnsupportedDatatype
​
UnsupportedDatatype(self,
msg)
Parameter | Description |
---|---|
msg | msg for BaseException |
UnsupportedDatatype.