Lines Matching refs:Error
35 Error::Error (int error, const char* message, const char* expr, const char* file, int line)
37 , m_error (error)
41 Error::Error (int error, const std::string& message)
43 , m_error (error)
47 Error::~Error (void) throw()
83 throw Error(err, msgStr.str().c_str(), DE_NULL, file, line);