Searched refs:Exception (Results 26 - 49 of 49) sorted by relevance

12

/gem5/util/cxx_config/
H A Dmain.cc200 } catch (CxxConfigManager::Exception &e) {
220 } catch (CxxConfigManager::Exception &e) {
/gem5/ext/testlib/
H A Dlog.py129 raise Exception('The log has been closed'
139 raise Exception('Unable to add a handler once the log is open.')
H A Dsandbox.py135 class SubprocessException(Exception):
157 except Exception:
H A Dhelper.py265 class FrozenSetException(Exception):
373 raise Exception(exception)
H A Dconfig.py79 class UninitialzedAttributeException(Exception):
85 class UninitializedConfigException(Exception):
H A Dhandlers.py381 except Exception as e:
/gem5/util/
H A Dfind_copyrights.py142 except Exception:
252 except Exception, e:
H A Dhgstyle.py183 except Exception, e:
/gem5/src/python/m5/util/
H A D__init__.py196 except Exception as e:
/gem5/tests/configs/
H A Dgpu-ruby.py54 raise Exception("cannot find %s in list of possible options" % opt_str)
63 raise Exception("cannot find %s in list of possible options" % opt_str)
/gem5/configs/example/
H A Dread_config.py74 raise Exception('Can\'t parse string: %s for parameter'
189 raise Exception('No SimObject type %s is available to'
346 raise Exception('Port bindings can\'t be ordered')
H A Dapu_se.py58 raise Exception("cannot find %s in list of possible options" % opt_str)
67 raise Exception("cannot find %s in list of possible options" % opt_str)
/gem5/ext/dsent/libutil/
H A DCalculator.cc171 throw Exception(error_msg);
/gem5/src/base/stats/
H A Dhdf5.cc70 H5::Exception::dontPrint();
/gem5/ext/pybind11/tests/
H A Dconftest.py238 except Exception as e:
/gem5/src/python/m5/
H A DSimObject.py568 except Exception as e:
1021 class SimObjectCliWrapperException(Exception):
1023 super(Exception, self).__init__(message)
1301 except Exception as e:
/gem5/util/stats/
H A Dstats.py63 class CommandException(Exception):
H A Dinfo.py32 class ProxyError(Exception):
/gem5/util/style/
H A Dverifiers.py82 except Exception as e:
/gem5/ext/ply/ply/
H A Dlex.py60 # Exception thrown when invalid token encountered and no default error
63 class LexError(Exception):
505 except Exception:
H A Dyacc.py139 # Exception raised for yacc-related errors
140 class YaccError(Exception): pass
2750 except Exception:
3025 except Exception:
3080 except Exception:
3086 except Exception:
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py601 except Exception:
625 except Exception, e:
/gem5/src/arch/
H A Disa_parser.py90 class ISAParserError(Exception):
91 """Exception class for parser errors"""
255 except Exception, exc:
2043 except Exception, exc:
2060 except Exception, exc:
2075 except Exception, exc:
/gem5/src/dev/arm/
H A DRealView.py1093 raise Exception("System returned too many DT nodes")

Completed in 66 milliseconds

12