SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ErrnoException Class Reference

#include <ErrnoException.h>

Inheritance diagram for ErrnoException:
Exception

Public Member Functions

 ErrnoException (const std::string &, int err, const char *file, int line)
 
 ErrnoException (const ErrnoException &)
 
virtual ~ErrnoException () NOEXCEPT
 
virtual const char * message () const
 
virtual const char * type () const
 
int getErrno () const
 
- Public Member Functions inherited from Exception
 Exception ()
 
virtual ~Exception () NOEXCEPT
 
const char * stackTrace () const
 
const char * what () const throw ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Exception
static void sci_throw (const Exception &exc)
 
static bool alwaysFalse ()
 
- Protected Attributes inherited from Exception
const char * stacktrace_
 

Constructor & Destructor Documentation

ErrnoException ( const std::string &  message,
int  err,
const char *  file,
int  line 
)
ErrnoException ( const ErrnoException copy)
~ErrnoException ( )
virtual

Member Function Documentation

int getErrno ( ) const
const char * message ( ) const
virtual

Implements Exception.

const char * type ( ) const
virtual

Implements Exception.


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