e3_build_tools.exceptions¶
Module for custom exceptions.
Exceptions¶
The dependencies cannot be resolved. |
|
The given module has already been added to the environment. |
|
No remote is defined. |
|
The URL to the module has not yet been retrieved. |
|
The version is not with a valid pattern. |
|
Was not able to fetch data from registry. |
|
Process step failed. |
|
Module build failed. |
|
No changes to be commited. |
|
Reference was not found on repository. |
|
Fine was not found on repository. |
Module Contents¶
- exception e3_build_tools.exceptions.DependencyResolutionError[source]¶
Bases:
ExceptionThe dependencies cannot be resolved.
- exception e3_build_tools.exceptions.ModuleExistsException[source]¶
Bases:
ExceptionThe given module has already been added to the environment.
- exception e3_build_tools.exceptions.MissingRemoteException[source]¶
Bases:
ExceptionNo remote is defined.
- exception e3_build_tools.exceptions.NotInitialisedError[source]¶
Bases:
ExceptionThe URL to the module has not yet been retrieved.
- exception e3_build_tools.exceptions.InvalidVersionException[source]¶
Bases:
ExceptionThe version is not with a valid pattern.
- exception e3_build_tools.exceptions.FetchDataException[source]¶
Bases:
ExceptionWas not able to fetch data from registry.
- exception e3_build_tools.exceptions.ModuleBuildFailException[source]¶
Bases:
ExceptionModule build failed.
- exception e3_build_tools.exceptions.NoModuleChangesException[source]¶
Bases:
ExceptionNo changes to be commited.