Path

ez components / documentation / api reference / 2007.2.1 / webdav


eZ Components 2007.2.1

Webdav: ezcWebdavException

[ Tutorial ] [ Plugin architecture ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWebdavException

General exception container for the Webdav component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcWebdavException

Descendents

Child Class Description
ezcWebdavInvalidHookException Exception thrown if a plugin tries to register for a non-existent hook.
ezcWebdavNotTransportHandlerException Exception thrown, when no ezcWebdavTransport could be found for the requesting client.
ezcWebdavInvalidRequestMethodException Thrown if an unknwon request method is received.
ezcWebdavRequestNotSupportedException Exception thrown when a request object could not be handled by a backend.
ezcWebdavMissingTransportConfigurationException Exception thrown if no transport configuration could be found to satisfy a configuration.
ezcWebdavBrokenRequestUriException Exception thrown, when a request URI could not be handled by the default
ezcWebdavUnknownHeaderException Exception thrown if a header to parse is unknown.
ezcWebdavHeadersNotValidatedException Exception thrown when a request header is requested, but the request headers has not been validated.
ezcWebdavMissingServerVariableException Exception thrown, when a required server environment variable has not been set by the webserver.
ezcWebdavBadRequestException Abstract base class for all exceptions that represent a 400 Bad Request.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
Last updated: Thu, 31 Jan 2008