limal
Public Member Functions
limal::url::UrlParsingException Class Reference

#include <UrlUtils.hpp>

Inheritance diagram for limal::url::UrlParsingException:
limal::url::UrlException

List of all members.

Public Member Functions

 UrlParsingException (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 ~UrlParsingException () throw ()
virtual const char * type () const
virtual UrlParsingExceptionclone () const
virtual void rethrow () const
- Public Member Functions inherited from limal::url::UrlException
 UrlException (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 ~UrlException () throw ()

Detailed Description

Thrown if the url or a component can't be parsed at all.


Constructor & Destructor Documentation

limal::url::UrlParsingException::UrlParsingException ( 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::UrlParsingException::~UrlParsingException ( ) throw ()
virtual

Member Function Documentation

virtual UrlParsingException* limal::url::UrlParsingException::clone ( ) const
virtual

Reimplemented from limal::url::UrlException.

virtual void limal::url::UrlParsingException::rethrow ( ) const
virtual

Reimplemented from limal::url::UrlException.

virtual const char* limal::url::UrlParsingException::type ( ) const
virtual

Reimplemented from limal::url::UrlException.


The documentation for this class was generated from the following file: