Namespaces
Variants
Views
Actions

std::exception

From cppreference.com
 
 
 
 
 
Defined in header <exception>
class exception;

Provides consistent interface to handle errors through the throw expression.

All exceptions generated by the standard library inherit from std::exception

[edit] Member functions

constructs the exception object
(public member function) [edit]
[virtual]
destructs the exception object
(virtual public member function) [edit]
copies exception object
(public member function) [edit]
[virtual]
returns explanatory string
(virtual public member function) [edit]