libzypp  10.5.0
zypp::url::UrlDecodingException Class Reference

Thrown if the encoded string contains a NUL byte (%00). More...

#include <UrlException.h>

Inheritance diagram for zypp::url::UrlDecodingException:

List of all members.

Public Member Functions

 UrlDecodingException ()
 UrlDecodingException (const std::string &msg)
virtual ~UrlDecodingException () throw ()

Detailed Description

Thrown if the encoded string contains a NUL byte (%00).

Definition at line 49 of file UrlException.h.


Constructor & Destructor Documentation

zypp::url::UrlDecodingException::UrlDecodingException ( ) [inline]

Definition at line 52 of file UrlException.h.

zypp::url::UrlDecodingException::UrlDecodingException ( const std::string &  msg) [inline]

Definition at line 56 of file UrlException.h.

virtual zypp::url::UrlDecodingException::~UrlDecodingException ( ) throw () [inline, virtual]

Definition at line 60 of file UrlException.h.


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