bw2io.errors#
Exceptions#
bw2package data doesn't validate |
|
Needed migration data is missing |
|
Multiprocessing module error or incompatibility |
|
Not all provided codes are unique |
|
The strategy could not be applied |
|
GIven data cannot be sanely or deterministically allocated |
|
bw2package data comes from a class that isn't recognized by Brightway2 |
|
This exchange uncertainty type can't be rescaled automatically |
|
Dataset does not belong to this database |
Module Contents#
- exception bw2io.errors.InvalidPackage[source]#
Bases:
Exception
bw2package data doesn’t validate
Initialize self. See help(type(self)) for accurate signature.
- exception bw2io.errors.MissingMigration[source]#
Bases:
Exception
Needed migration data is missing
Initialize self. See help(type(self)) for accurate signature.
- exception bw2io.errors.MultiprocessingError[source]#
Bases:
Exception
Multiprocessing module error or incompatibility
Initialize self. See help(type(self)) for accurate signature.
- exception bw2io.errors.NonuniqueCode[source]#
Bases:
Exception
Not all provided codes are unique
Initialize self. See help(type(self)) for accurate signature.
- exception bw2io.errors.StrategyError[source]#
Bases:
Exception
The strategy could not be applied
Initialize self. See help(type(self)) for accurate signature.
- exception bw2io.errors.UnallocatableDataset[source]#
Bases:
Exception
GIven data cannot be sanely or deterministically allocated
Initialize self. See help(type(self)) for accurate signature.
- exception bw2io.errors.UnsafeData[source]#
Bases:
Exception
bw2package data comes from a class that isn’t recognized by Brightway2
Initialize self. See help(type(self)) for accurate signature.