std::exception

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.

Member functions

constructs the exception object
(public member function)
(destructor)
[virtual]
destructs the exception object
(virtual public member function)
operator=
copies exception object
(public member function)
[virtual]
returns an explanatory string
(virtual public member function)
doc_CPP
2016-10-11 10:02:37
Comments
Leave a Comment

Please login to continue.