#include <UrlUtils.hpp>

Public Member Functions | |
| UrlNotSupportedException (const char *file, int line, const char *msg, int errorCode=::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, const Exception *otherException=0, int subClassId=::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID) | |
| virtual | ~UrlNotSupportedException () throw () |
| virtual const char * | type () const |
| virtual UrlNotSupportedException * | clone () const |
| virtual void | rethrow () const |
| limal::url::UrlNotSupportedException::UrlNotSupportedException | ( | const char * | file, | |
| int | line, | |||
| const char * | msg, | |||
| int | errorCode = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, |
|||
| const Exception * | otherException = 0, |
|||
| int | subClassId = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID | |||
| ) |
| virtual limal::url::UrlNotSupportedException::~UrlNotSupportedException | ( | ) | throw () [virtual] |
| virtual const char* limal::url::UrlNotSupportedException::type | ( | ) | const [virtual] |
Reimplemented from limal::url::UrlException.
| virtual UrlNotSupportedException* limal::url::UrlNotSupportedException::clone | ( | ) | const [virtual] |
Reimplemented from limal::url::UrlException.
| virtual void limal::url::UrlNotSupportedException::rethrow | ( | ) | const [virtual] |
Reimplemented from limal::url::UrlException.
1.5.5