jgdv.structs.locator.errors

Exceptions

DirAbsent

In the course of startup verification, a directory was not found

LocationError

A Task tried to access a location that didn't existing

LocationExpansionError

When trying to resolve a location, something went wrong.

Module Contents

exception jgdv.structs.locator.errors.DirAbsent[source]

Bases: LocationError

In the course of startup verification, a directory was not found

general_msg = 'Missing Directory:'
exception jgdv.structs.locator.errors.LocationError[source]

Bases: jgdv.structs.strang.errors.StrangError

A Task tried to access a location that didn’t existing

general_msg = 'Location Error:'
exception jgdv.structs.locator.errors.LocationExpansionError[source]

Bases: LocationError

When trying to resolve a location, something went wrong.

general_msg = 'Expansion of Location hit max value:'