std::exception

From cppreference.com
Jump to: navigation, search
Defined in header <exception>
class exception;

Provides consistent interface to handle errors through the throw expression.

Most of the exception classes 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]

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages