Rogii Solo.Exceptions¶
Exceptions¶
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
Module Contents¶
- exception BaseRogiiSoloException(message: str | None = None)¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- default_message = 'Error occurred.'¶
- message¶
- exception ProjectNotFoundException(message: str | None = None)¶
Bases:
BaseRogiiSoloExceptionCommon base class for all non-exit exceptions.
- exception InvalidProjectException(message: str | None = None)¶
Bases:
BaseRogiiSoloExceptionCommon base class for all non-exit exceptions.
- exception TraceNotFoundException(message: str | None = None)¶
Bases:
BaseRogiiSoloExceptionCommon base class for all non-exit exceptions.
- exception InterpretationOutOfTrajectoryException(message: str | None = None)¶
Bases:
BaseRogiiSoloExceptionCommon base class for all non-exit exceptions.
- exception InvalidTopDataException(message: str | None = None)¶
Bases:
BaseRogiiSoloExceptionCommon base class for all non-exit exceptions.
- default_message = 'Measured depth value in project units must be in [0; 100000] range.'¶