12#ifndef ZYPP_URL_URLEXCEPTION_H
13#define ZYPP_URL_URLEXCEPTION_H
15#include <zypp-core/base/Exception.h>
49 class UrlDecodingException:
public UrlException
67 class UrlParsingException:
public UrlException
85 class UrlBadComponentException:
public UrlException
104 class UrlNotAllowedException:
public UrlException
124 class UrlNotSupportedException:
public UrlException
Base class for Exception.
const std::string & msg() const
Return the message string provided to the ctor.
UrlBadComponentException()
~UrlBadComponentException() override
~UrlDecodingException() override
~UrlNotAllowedException() override
UrlNotSupportedException()
~UrlNotSupportedException() override
~UrlParsingException() override
Easy-to use interface to the ZYPP dependency resolver.