Go to the documentation of this file.
12 #ifndef ZYPP_URL_URLEXCEPTION_H
13 #define ZYPP_URL_URLEXCEPTION_H
UrlNotAllowedException(const std::string &msg)
Base class for Exception.
Thrown if scheme does not allow a component.
UrlDecodingException(const std::string &msg)
Base class for all URL exceptions.
Thrown if the encoded string contains a NUL byte (%00).
UrlParsingException(const std::string &msg)
virtual ~UrlNotAllowedException()
Thrown if the url or a component can't be parsed at all.
UrlBadComponentException(const std::string &msg)
virtual ~UrlParsingException()
UrlBadComponentException()
Easy-to use interface to the ZYPP dependency resolver.
virtual ~UrlBadComponentException()
UrlNotSupportedException(const std::string &msg)
virtual ~UrlNotSupportedException()
UrlNotSupportedException()
UrlException(const std::string &msg)
Thrown if a url component is invalid.
const std::string & msg() const
Return the message string provided to the ctor.
virtual ~UrlDecodingException()