Exceptions
HoloOcean Exceptions
Exceptions:
| The user provided an invalid configuration for HoloOcean | |
| Base class for a generic exception in HoloOcean. | |
| Raised when a package cannot be found | |
| Exception raised when communicating with the engine timed out. | 
- exception holoocean.exceptions.HoloOceanConfigurationException
- The user provided an invalid configuration for HoloOcean 
- exception holoocean.exceptions.HoloOceanException
- Base class for a generic exception in HoloOcean. - Parameters:
- message (str) – The error string. 
 
- exception holoocean.exceptions.NotFoundException
- Raised when a package cannot be found 
- exception holoocean.exceptions.TimeoutException
- Exception raised when communicating with the engine timed out.