Searched defs:op_runtime_error (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dop_exception.h52 struct op_runtime_error : std::runtime_error struct in inherits:std::runtime_error
54 explicit op_runtime_error(std::string const & err);
55 op_runtime_error(std::string const & err, int cerrno);
56 ~op_runtime_error() throw();
H A Dop_exception.cpp41 op_runtime_error::op_runtime_error(string const & msg) function in class:op_runtime_error
47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) function in class:op_runtime_error
53 op_runtime_error::~op_runtime_error() throw()

Completed in 63 milliseconds