Namespaces
Variants
Views
Actions

std::underflow_error

From cppreference.com
< cpp‎ | error
Revision as of 12:35, 15 June 2012 by P12bot (Talk | contribs)

Template:cpp/error/underflow error/navbar

Defined in header <stdexcept>
class underflow_error;

Defines a type of object to be thrown as exception. It reports errors that arise because integer value in some computation could not be represented as it had too large negative value. If the value has floating point type, range_error should be used.

cpp/error/exceptioncpp/error/runtime errorstd-underflow error-inheritance.svg

Inheritance diagram

Member functions

Template:cpp/error/exception/dcl list constructor

Inherited from std::exception

Member functions

[virtual]
destroys the exception object
(virtual public member function of std::exception) [edit]
[virtual]
returns an explanatory string
(virtual public member function of std::exception) [edit]