Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::diag::errno_exception Struct Reference

An exception used to report an errno condition. More...

#include <errno.h>

List of all members.

Public Methods


Detailed Description

An exception used to report an errno condition.


Constructor & Destructor Documentation

more::diag::errno_exception::errno_exception  
 

An exception with the last errno condition.

The base class is constructed with the corresponding strerror string.

more::diag::errno_exception::errno_exception std::string    [explicit]
 

Same as errno_exception(), except adds a prefix and a separator ": " to the message.

more::diag::errno_exception::errno_exception int    [explicit]
 

An exception with a given errno condition.

The base class is constructed with the corresponding strerror string.

more::diag::errno_exception::errno_exception int   ,
std::string   
[explicit]
 

Same as errno_exception(int), except adds a prefix and a separator ": " to the message.


Member Function Documentation

int more::diag::errno_exception::the_errno   const [inline]
 

Return the errno of this exception.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 7 19:12:04 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.