Home
last modified time | relevance | path

Searched refs:ReportException (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
H A Dexception.py50 class ReportException(Exception): class
56 def __init__(self, error_msg="ReportException", error_no=""):
57 super(ReportException, self).__init__(error_msg, error_no)
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Dwindows.py28 from xdevice import ReportException namespace
106 except (ReportException, ModuleNotFoundError, ExecuteTerminate,
H A Ddevice_test.py30 from xdevice import ReportException namespace
132 except (ReportException, ModuleNotFoundError, ExecuteTerminate,
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py42 from _core.exception import ReportException namespace
188 "ReportException",
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib.py30 from xdevice import ReportException namespace
1184 raise ReportException() from error
H A Ddevice.py38 from xdevice import ReportException namespace
120 except ReportException as error:

Completed in 8 milliseconds