Class MissingRightException

Description

This represents a MissingRightException.

It always uses the 403 Code.

  • version: $Id: MissingRightException.php,v 1.4 2006/11/26 22:04:12 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
CMSException
   |
   --CoreException
      |
      --AdministrationException
         |
         --MissingRightException
Direct descendents
Class Description
NoDeleteRightException This represents a NoDeleteRightException.
NoFunctionalRightException This represents a NoFunctionalRightException.
NoReadRightException This represents a NoReadRightException.
NoWriteRightException This represents a NoWriteRightException.
Method Summary
MissingRightException MissingRightException (int $code, String $message, [String $url = ''])
Methods
Constructor MissingRightException (line 49)

Creates a new MissingRightException.

  • access: public
MissingRightException MissingRightException (int $code, String $message, [String $url = ''])
  • int $code: the Error Code
  • String $message: the Error Message
  • String $url: the URL of this Exception (can be used for creating Back links)

Inherited Methods

Inherited From AdministrationException

AdministrationException::AdministrationException()
AdministrationException::getURL()
AdministrationException::setURL()

Inherited From CoreException

CoreException::CoreException()
CoreException::getLayout()

Inherited From CMSException

CMSException::CMSException()
CMSException::getCode()
CMSException::getMessage()
CMSException::logException()
CMSException::toString()

Documentation generated by phpDocumentor 1.3.1