|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <exception.hh>
Public Member Functions | |
| ErrnoException () throw () | |
| virtual | ~ErrnoException () throw () |
| int | Error () const throw () |
Private Attributes | |
| int | errno_ |
| util::ErrnoException::ErrnoException | ( | ) | throw () |
| util::ErrnoException::~ErrnoException | ( | ) | throw () [virtual] |
| int util::ErrnoException::Error | ( | ) | const throw () |
int util::ErrnoException::errno_ [private] |