Public Member Functions

boost::xint::exceptions::overflow_error Class Reference

Inherits std::overflow_error.

List of all members.

Public Member Functions

 overflow_error (const std::string &what="overflow error: can't obtain enough memory to represent the requested number")

Detailed Description

Derived from std::overflow_error.

Remarks:
Thrown when the library can't get enough memory to represent a number.

Definition at line 140 of file exceptions.hpp.


Constructor & Destructor Documentation

boost::xint::exceptions::overflow_error::overflow_error ( const std::string &  what = "overflow error: can't obtain enough memory to represent the requested number"  )  [inline]

Definition at line 142 of file exceptions.hpp.


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

© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)