bamboostexceptions
bamboost.exceptions
Classes
InvalidCollectionError
Raised when a collection is invalid or does not exist.
DuplicateSimulationError
DuplicateSimulationError
(self, duplicates) -> NoneRaised when trying to create a simulation whose parameters already exist in the collection.
Arguments:
- duplicates:
tuple[str, ...]
Attributes:
- duplicates=
bamboost.exceptions.DuplicateSimulationError(duplicates)
DuplicateSimulationError.__str__
(self) -> strInvalidSimulationUIDError
Raised when a simulation UID is invalid or does not exist.
ForbiddenParameterKeyError
ForbiddenParameterKeyError
(self, key) -> NoneRaised when a parameter key is reserved or contains a period.
Arguments:
- key:
str
Attributes:
- key=
bamboost.exceptions.ForbiddenParameterKeyError(key)
ForbiddenParameterKeyError.__str__
(self) -> str
Bamboost