Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 3 of 3) sorted by relevance

/xen/xen/scripts/xen_analysis/diff_tool/
A Dcppcheck_report.py4 from .report import Report, ReportError
24 raise ReportError("Issue with reading file {}: {}"
33 raise ReportError("Malformed report entry in file {}:\n{}"
A Dreport.py7 class ReportError(Exception): class
17 raise ReportError("ReportEntry constructor wrong type args")
31 raise ReportError("Please create a specialised class from 'Report'.")
162 raise ReportError("Diff of different type of report!")
/xen/xen/scripts/
A Ddiff-report.py9 from xen_analysis.diff_tool.report import ReportError
112 except (DiffReportError, ReportError, UnifiedFormatParseError) as e:

Completed in 8 milliseconds