limal
Public Member Functions | List of all members
limal::url::UrlDecodingException Class Reference

#include <UrlUtils.hpp>

Inheritance diagram for limal::url::UrlDecodingException:
limal::url::UrlException

Public Member Functions

 UrlDecodingException (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 ~UrlDecodingException () throw ()
 
virtual const char * type () const
 
virtual UrlDecodingExceptionclone () 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 encoded string contains a NUL byte (%00).

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from limal::url::UrlException.

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

Reimplemented from limal::url::UrlException.

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

Reimplemented from limal::url::UrlException.


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