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

/gem5/util/stats/
H A Dstats.py63 class CommandException(Exception): class in inherits:Exception
68 if len(args) == 0: raise CommandException
74 if len(args) > 2: raise CommandException
85 if len(args) > 1: raise CommandException
94 if len(args) > 1: raise CommandException
99 raise CommandException
126 raise CommandException
139 raise CommandException
149 raise CommandException
155 raise CommandException
[all...]

Completed in 4 milliseconds