e3_build_tools.exceptions

Module for custom exceptions.

Exceptions

DependencyResolutionError

The dependencies cannot be resolved.

ModuleExistsException

The given module has already been added to the environment.

MissingRemoteException

No remote is defined.

NotInitialisedError

The URL to the module has not yet been retrieved.

InvalidVersionException

The version is not with a valid pattern.

FetchDataException

Was not able to fetch data from registry.

ProcessException

Process step failed.

ModuleBuildFailException

Module build failed.

NoModuleChangesException

No changes to be commited.

MissingReferenceException

Reference was not found on repository.

FileNotFoundException

Fine was not found on repository.

Module Contents

exception e3_build_tools.exceptions.DependencyResolutionError[source]

Bases: Exception

The dependencies cannot be resolved.

exception e3_build_tools.exceptions.ModuleExistsException[source]

Bases: Exception

The given module has already been added to the environment.

exception e3_build_tools.exceptions.MissingRemoteException[source]

Bases: Exception

No remote is defined.

exception e3_build_tools.exceptions.NotInitialisedError[source]

Bases: Exception

The URL to the module has not yet been retrieved.

exception e3_build_tools.exceptions.InvalidVersionException[source]

Bases: Exception

The version is not with a valid pattern.

exception e3_build_tools.exceptions.FetchDataException[source]

Bases: Exception

Was not able to fetch data from registry.

exception e3_build_tools.exceptions.ProcessException[source]

Bases: Exception

Process step failed.

exception e3_build_tools.exceptions.ModuleBuildFailException[source]

Bases: Exception

Module build failed.

exception e3_build_tools.exceptions.NoModuleChangesException[source]

Bases: Exception

No changes to be commited.

exception e3_build_tools.exceptions.MissingReferenceException[source]

Bases: Exception

Reference was not found on repository.

exception e3_build_tools.exceptions.FileNotFoundException[source]

Bases: Exception

Fine was not found on repository.