std::ios_base::failure

From Cppreference

Jump to: navigation, search
Defined in header <ios>

class failure : public std::exception;
(pre-C++11 version)
class failure : public std::system_error;
(C++11 version)

The class std::ios_base::failure defines an exception object that is thrown on failure by the functions in the Input/Output library.

[edit] Member functions

(constructor)
constructs the exception object
(public member function)

Inherited from std::exception

Member functions

(destructor) [virtual]
destructs the exception object
(virtual public member function)
what [virtual]
returns explanatory string
(virtual public member function)