Bamboost
bamboostexceptions

bamboost.exceptions

Classes

InvalidCollectionError

Raised when a collection is invalid or does not exist.

DuplicateSimulationError

DuplicateSimulationError(self, duplicates) -> None

Raised when trying to create a simulation whose parameters already exist in the collection.

Arguments:
  • duplicates:tuple[str, ...]
Attributes:
  • duplicates=bamboost.exceptions.DuplicateSimulationError(duplicates)

InvalidSimulationUIDError

Raised when a simulation UID is invalid or does not exist.

ForbiddenParameterKeyError

ForbiddenParameterKeyError(self, key) -> None

Raised when a parameter key is reserved or contains a period.

Arguments:
  • key:str
Attributes:
  • key=bamboost.exceptions.ForbiddenParameterKeyError(key)

On this page