Class AdministrationException

Description

This represents a AdministrationException.

  • version: $Id: AdministrationException.php,v 1.3 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
Direct descendents
Class Description
MissingRightException This represents a MissingRightException.
RequestResultException This represents a RequestResultException, that can be used to create a Exception depending on a AdminRequestResult.
WrongArgumentException This represents a WrongArgumentException.
Method Summary
AdministrationException AdministrationException (int $code, String $message, [String $url = ''])
String getURL ()
void setURL (String $url)
Methods
Constructor AdministrationException (line 52)

Creates a new AdministrationException.

  • access: public
AdministrationException AdministrationException (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)
getURL (line 71)

Gets the URL of this Exception.

  • return: thr URL of this Exception
String getURL ()
setURL (line 62)

Sets the URL of this Exception. Mostly used for showing Back Links!

void setURL (String $url)
  • String $url: the URL to go back after displaying the Exception

Inherited Methods

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