#include <Exception.h>


Definition at line 291 of file Exception.h.
Public Member Functions | |
| UnknownURISchemeException (int code=0) | |
| UnknownURISchemeException (const std::string &msg, int code=0) | |
| UnknownURISchemeException (const std::string &msg, const std::string &arg, int code=0) | |
| UnknownURISchemeException (const std::string &msg, const Poco::Exception &exc, int code=0) | |
| UnknownURISchemeException (const UnknownURISchemeException &exc) | |
| ~UnknownURISchemeException () throw () | |
| UnknownURISchemeException & | operator= (const UnknownURISchemeException &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::UnknownURISchemeException::UnknownURISchemeException | ( | int | code = 0 |
) |
| Poco::UnknownURISchemeException::UnknownURISchemeException | ( | const std::string & | msg, | |
| int | code = 0 | |||
| ) |
| Poco::UnknownURISchemeException::UnknownURISchemeException | ( | const std::string & | msg, | |
| const std::string & | arg, | |||
| int | code = 0 | |||
| ) |
| Poco::UnknownURISchemeException::UnknownURISchemeException | ( | const std::string & | msg, | |
| const Poco::Exception & | exc, | |||
| int | code = 0 | |||
| ) |
| Poco::UnknownURISchemeException::UnknownURISchemeException | ( | const UnknownURISchemeException & | exc | ) |
| Poco::UnknownURISchemeException::~UnknownURISchemeException | ( | ) | throw () |
| UnknownURISchemeException& Poco::UnknownURISchemeException::operator= | ( | const UnknownURISchemeException & | exc | ) |
| const char* Poco::UnknownURISchemeException::name | ( | ) | const throw () [virtual] |
| const char* Poco::UnknownURISchemeException::className | ( | ) | const throw () [virtual] |
| Poco::Exception* Poco::UnknownURISchemeException::clone | ( | ) | const [virtual] |
Returns a string consisting of the message name and the message text.
Reimplemented from Poco::RuntimeException.
| void Poco::UnknownURISchemeException::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::RuntimeException.