#include <UAPException.hpp>
Inherits UAPIOException.

Public Member Functions | |
| UAPFileCouldNotBeOpened (const std::string &_message="Unspecified exception", const std::string &_file="Unspecified file name", int _line=0) | |
| UAPFileCouldNotBeOpened (const std::string &_message, const std::string &_file, int _line, const UAPException &_cause) | |
| ~UAPFileCouldNotBeOpened () throw () | |
| Destructor. | |
Definition at line 318 of file UAPException.hpp.
| UAPFileCouldNotBeOpened::UAPFileCouldNotBeOpened | ( | const std::string & | _message = "Unspecified exception", |
|
| const std::string & | _file = "Unspecified file name", |
|||
| int | _line = 0 | |||
| ) |
| UAPFileCouldNotBeOpened::UAPFileCouldNotBeOpened | ( | const std::string & | _message, | |
| const std::string & | _file, | |||
| int | _line, | |||
| const UAPException & | _cause | |||
| ) |
| UAPFileCouldNotBeOpened::~UAPFileCouldNotBeOpened | ( | ) | throw () |
1.5.7