arbb::exception Class Reference

The Intel(R) ArBB C++ frontend reports any errors using this class or one of its derived classes. More...

Inheritance diagram for arbb::exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 exception (const std::string &message)
virtual ~exception () throw ()
const char * what () const throw ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char* arbb::exception::what (  )  const throw () [inline]

Definition at line 40 of file exception.hpp.


The documentation for this class was generated from the following file:

Submit feedback on this help topic

Copyright © 2010, Intel Corporation. All rights reserved.