The Intel(R) ArBB C++ frontend reports any errors using this class or one of its derived classes. More...
Public Member Functions | |
exception (const std::string &message) | |
virtual | ~exception () throw () |
const char * | what () const throw () |
The Intel(R) ArBB C++ frontend reports any errors using this class or one of its derived classes.
This type inherits from std::exception and can be caught as such an exception as well.
Definition at line 33 of file exception.hpp.
arbb::exception::exception | ( | const std::string & | message | ) | [inline] |
Definition at line 35 of file exception.hpp.
virtual arbb::exception::~exception | ( | ) | throw () [inline, virtual] |
Definition at line 38 of file exception.hpp.
const char* arbb::exception::what | ( | ) | const throw () [inline] |
Definition at line 40 of file exception.hpp.
Copyright © 2010, Intel Corporation. All rights reserved.