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

#include <UrlUtils.hpp>

Inheritance diagram for limal::url::UrlNotAllowedException:
limal::url::UrlException

Public Member Functions

 UrlNotAllowedException (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 ~UrlNotAllowedException () throw ()
 
virtual const char * type () const
 
virtual UrlNotAllowedExceptionclone () 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 scheme does not allow a component.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from limal::url::UrlException.

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

Reimplemented from limal::url::UrlException.

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

Reimplemented from limal::url::UrlException.


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