#include <exception.hh>


Public Member Functions | |
| ErrnoException () throw () | |
| virtual | ~ErrnoException () throw () |
| int | Error () const throw () |
Definition at line 115 of file exception.hh.
| util::ErrnoException::ErrnoException | ( | ) | throw () |
Definition at line 72 of file exception.cc.
| util::ErrnoException::~ErrnoException | ( | ) | throw () [virtual] |
Definition at line 86 of file exception.cc.
| int util::ErrnoException::Error | ( | ) | const throw () [inline] |
Definition at line 121 of file exception.hh.
1.5.9