arbb::arithmetic_error Class Reference

Exception type for arithmetic errors caused by division by zero, overflow and underflow. More...

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

List of all members.

Public Member Functions

 arithmetic_error (const std::string &message)
const char * what () const throw ()

Detailed Description

Exception type for arithmetic errors caused by division by zero, overflow and underflow.

Definition at line 67 of file exception.hpp.


Constructor & Destructor Documentation

arbb::arithmetic_error::arithmetic_error ( const std::string &  message  )  [inline]

Definition at line 69 of file exception.hpp.


Member Function Documentation

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

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.