Searched refs:ReportError (Results 1 – 3 of 3) sorted by relevance
4 from .report import Report, ReportError24 raise ReportError("Issue with reading file {}: {}"33 raise ReportError("Malformed report entry in file {}:\n{}"
7 class ReportError(Exception): class17 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!")
9 from xen_analysis.diff_tool.report import ReportError112 except (DiffReportError, ReportError, UnifiedFormatParseError) as e:
Completed in 8 milliseconds