Standard Template Library - STL C++

<exception>

Overview

Description

The <exception> header file defines the exception class, which is the base class for the exception hierarchy.

Classes


class exception


Description

The exception class is the base class for all Standard Template Library exceptions.

Members
Constructors

exception()

Functions

what()

operator=()



class bad_exception

class bad_exception : public exception;

Description

A bad_exception is thrown to indicate an unhandled exception.

Members
Constructors

bad_exception()



Typedefs


terminate_handler

unexpected_handler



Functions


set_terminate()

set_unexpected()

terminate()

uncaught_exception()

unexpected()

 

© 2007–2024 XoaX.net LLC. All rights reserved.