Path

ez components / documentation / api reference / 2009.2.1 / webdav


eZ Components 2009.2.1

Webdav: ezcWebdavException

[ Tutorial ] [ Clients ] [ 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
ezcWebdavBadRequestException Abstract base class for all exceptions that represent a 400 Bad Request.
ezcWebdavUnknownHeaderException Exception thrown if a header to parse is unknown.
ezcWebdavInconsistencyException Exception thrown, whenever an operation failed that should not have failed.
ezcWebdavBrokenRequestUriException Exception thrown, when a request URI could not be handled by the default
ezcWebdavHeadersNotValidatedException Exception thrown when a request header is requested, but the request headers has not been validated.
ezcWebdavInvalidRequestMethodException Thrown if an unknwon request method is received.
ezcWebdavFileBackendBrokenStorageException Exception thrown if a stored property storage could not be parsed.
ezcWebdavInvalidCallbackException Exception thrown if a plugin tries to register an invalid callback for a hook.
ezcWebdavMissingTransportConfigurationException Exception thrown if no transport configuration could be found to satisfy a configuration.
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.
ezcWebdavMissingServerVariableException Exception thrown, when a required server environment variable has not been set by the webserver.
ezcWebdavBrokenBaseUriException Exception thrown if an incorrect base URI is given to the basic path factory.
ezcWebdavRequestNotSupportedException Exception thrown when a request object could not be handled by a backend.
ezcWebdavPluginPreconditionFailedException Exception thrown if a plugin precondition failed.
ezcWebdavLockAdministrationException Exception thrown if an error occurs in the administrator class.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
Last updated: Tue, 23 Mar 2010