Home
last modified time | relevance | path

Searched refs:AIDEgenError (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/aidegen/lib/
Derrors.py19 class AIDEgenError(Exception): class
23 class BuildFailureError(AIDEgenError):
27 class GenerateIDEProjectFileError(AIDEgenError):
31 class JsonFileNotExistError(AIDEgenError):
35 class EmptyModuleDependencyError(AIDEgenError):
41 class ProjectOutsideAndroidRootError(AIDEgenError):
46 class ProjectPathNotExistError(AIDEgenError):
50 class NoModuleDefinedInModuleInfoError(AIDEgenError):
54 class IDENotExistError(AIDEgenError):
58 class FakeModuleError(AIDEgenError):
/tools/asuite/aidegen/
Daidegen_main.py55 from aidegen.lib.errors import AIDEgenError
350 if isinstance(err, AIDEgenError):