Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/error/underflow error"

From cppreference.com
< cpp‎ | error
m (Shorten template names. Use {{lc}} where appropriate.)
m (Update links.)
Line 11: Line 11:
 
===Member functions===
 
===Member functions===
 
{{dsc begin}}
 
{{dsc begin}}
{{dsc inc | cpp/error/exception/dcl list constructor|underflow_error}}
+
{{dsc inc | cpp/error/exception/dsc constructor|underflow_error}}
 
{{dsc end}}
 
{{dsc end}}
  

Revision as of 21:53, 31 May 2013

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

(constructor)
constructs the exception object
(public member function) [edit]
Template:cpp/error/exception/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]