Exceptions

BiguaSim Exceptions

Exceptions:

BiguaSimConfigurationException

The user provided an invalid configuration for BiguaSim

BiguaSimException

Base class for a generic exception in BiguaSim.

NotFoundException

Raised when a package cannot be found

TimeoutException

Exception raised when communicating with the engine timed out.

exception biguasim.exceptions.BiguaSimConfigurationException

The user provided an invalid configuration for BiguaSim

exception biguasim.exceptions.BiguaSimException

Base class for a generic exception in BiguaSim.

Parameters:

message (str) – The error string.

exception biguasim.exceptions.NotFoundException

Raised when a package cannot be found

exception biguasim.exceptions.TimeoutException

Exception raised when communicating with the engine timed out.