#include <Exception.h>


Definition at line 290 of file Exception.h.
Public Member Functions | |
| ReadFileException (int code=0) | |
| ReadFileException (const std::string &msg, int code=0) | |
| ReadFileException (const std::string &msg, const std::string &arg, int code=0) | |
| ReadFileException (const std::string &msg, const Poco::Exception &exc, int code=0) | |
| ReadFileException (const ReadFileException &exc) | |
| ~ReadFileException () throw () | |
| ReadFileException & | operator= (const ReadFileException &exc) |
| const char * | name () const throw () |
| Assignment operator. | |
| const char * | className () const throw () |
| Returns a static string describing the exception. | |
| Poco::Exception * | clone () const |
| Returns a string consisting of the message name and the message text. | |
| void | rethrow () const |
| Creates an exact copy of the exception. | |
| Poco::ReadFileException::ReadFileException | ( | int | code = 0 |
) |
| Poco::ReadFileException::ReadFileException | ( | const std::string & | msg, | |
| int | code = 0 | |||
| ) |
| Poco::ReadFileException::ReadFileException | ( | const std::string & | msg, | |
| const std::string & | arg, | |||
| int | code = 0 | |||
| ) |
| Poco::ReadFileException::ReadFileException | ( | const std::string & | msg, | |
| const Poco::Exception & | exc, | |||
| int | code = 0 | |||
| ) |
| Poco::ReadFileException::ReadFileException | ( | const ReadFileException & | exc | ) |
| Poco::ReadFileException::~ReadFileException | ( | ) | throw () |
| ReadFileException& Poco::ReadFileException::operator= | ( | const ReadFileException & | exc | ) |
| const char* Poco::ReadFileException::name | ( | ) | const throw () [virtual] |
| const char* Poco::ReadFileException::className | ( | ) | const throw () [virtual] |
| Poco::Exception* Poco::ReadFileException::clone | ( | ) | const [virtual] |
Returns a string consisting of the message name and the message text.
Reimplemented from Poco::FileException.
| void Poco::ReadFileException::rethrow | ( | ) | const [virtual] |
Creates an exact copy of the exception.
The copy can later be thrown again by invoking rethrow() on it.
Reimplemented from Poco::FileException.