Exceptions
BiguaSim Exceptions
Exceptions:
The user provided an invalid configuration for BiguaSim |
|
Base class for a generic exception in BiguaSim. |
|
Raised when a package cannot be found |
|
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.