#include <Exception.h>


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