STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Protected Member Functions | List of all members
domain_error Class Reference
Inheritance diagram for domain_error:
logic_error

Public Types

typedef logic_error _Mybase
 

Public Member Functions

 domain_error (const string &_Message)
 
 domain_error (const char *_Message)
 
- Public Member Functions inherited from logic_error
 logic_error (const string &_Message)
 
 logic_error (const char *_Message)
 

Protected Member Functions

virtual void _Doraise () const
 

Member Typedef Documentation

Constructor & Destructor Documentation

domain_error::domain_error ( const string _Message)
inlineexplicit
50  : _Mybase(_Message.c_str())
51  { // construct from message string
52  }
logic_error _Mybase
Definition: stdexcept:47
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1741
domain_error::domain_error ( const char *  _Message)
inlineexplicit
55  : _Mybase(_Message)
56  { // construct from message string
57  }
logic_error _Mybase
Definition: stdexcept:47

Member Function Documentation

virtual void domain_error::_Doraise ( ) const
inlineprotectedvirtual

Reimplemented from logic_error.

64  { // perform class-specific exception handling
65  _RAISE(*this);
66  }
#define _RAISE(x)
Definition: xstddef:70

The documentation for this class was generated from the following file: