Skip to main content

exceptions

superduper.base.exceptions

Source code

DatabackendException​

DatabackendException(self,
msg)
ParameterDescription
msgmsg for BaseException

DatabackendException.

BaseException​

BaseException(self,
msg)
ParameterDescription
msgmsg for Exception

BaseException which logs a message after exception.

ComponentException​

ComponentException(self,
msg)
ParameterDescription
msgmsg for BaseException

ComponentException.

ComponentInUseError​

ComponentInUseError(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for Exception
kwargs**kwargs for Exception

Exception raised when a component is already in use.

ComponentInUseWarning​

ComponentInUseWarning(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for Exception
kwargs**kwargs for Exception

Warning raised when a component is already in use.

MetadataException​

MetadataException(self,
msg)
ParameterDescription
msgmsg for BaseException

MetadataException.

QueryException​

QueryException(self,
msg)
ParameterDescription
msgmsg for BaseException

QueryException.

RequiredPackageVersionsNotFound​

RequiredPackageVersionsNotFound(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for ImportError
kwargs**kwargs for ImportError

Exception raised when one or more required packages are not found.

RequiredPackageVersionsWarning​

RequiredPackageVersionsWarning(self,
/,
*args,
**kwargs)
ParameterDescription
args*args for ImportWarning
kwargs**kwargs for ImportWarning

Exception raised when one or more required packages are not found.

ServiceRequestException​

ServiceRequestException(self,
msg)
ParameterDescription
msgmsg for BaseException

ServiceRequestException.

UnsupportedDatatype​

UnsupportedDatatype(self,
msg)
ParameterDescription
msgmsg for BaseException

UnsupportedDatatype.