#include <Exception.h>


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