Rogii Solo.Exceptions

Exceptions

BaseRogiiSoloException

Common base class for all non-exit exceptions.

ProjectNotFoundException

Common base class for all non-exit exceptions.

InvalidProjectException

Common base class for all non-exit exceptions.

TraceNotFoundException

Common base class for all non-exit exceptions.

InterpretationOutOfTrajectoryException

Common base class for all non-exit exceptions.

InvalidTopDataException

Common base class for all non-exit exceptions.

Module Contents

exception BaseRogiiSoloException(message: str | None = None)

Bases: Exception

Common base class for all non-exit exceptions.

default_message = 'Error occurred.'
message
exception ProjectNotFoundException(message: str | None = None)

Bases: BaseRogiiSoloException

Common base class for all non-exit exceptions.

exception InvalidProjectException(message: str | None = None)

Bases: BaseRogiiSoloException

Common base class for all non-exit exceptions.

exception TraceNotFoundException(message: str | None = None)

Bases: BaseRogiiSoloException

Common base class for all non-exit exceptions.

exception InterpretationOutOfTrajectoryException(message: str | None = None)

Bases: BaseRogiiSoloException

Common base class for all non-exit exceptions.

exception InvalidTopDataException(message: str | None = None)

Bases: BaseRogiiSoloException

Common base class for all non-exit exceptions.

default_message = 'Measured depth value in project units must be in [0; 100000] range.'