Class CoreException

Description

This represents a Core Exception, ONLY to be processed by the System.

  • version: $Id: CoreException.php,v 1.5 2006/11/26 22:04:12 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
CMSException
   |
   --CoreException
Direct descendents
Class Description
AdministrationException This represents a AdministrationException.
AuthenticationException This represents a Authentication Exception.
MaintenanceException This Exception is thrown when the Consumer Staus is MAINTENANCE and the User is anonymous and there is no Request Parameter called 'ignoreMaintenance'.
NotAllowedException This represents a NotAllowed Exception.
NotFoundException This represents a Not Found Exception.
Method Summary
CoreException CoreException (int $code, String $message)
String getLayout ()
Methods
Constructor CoreException (line 47)

Creates a new Core Exception.

  • access: public
CoreException CoreException (int $code, String $message)
  • int $code: the Error Code
  • String $message: the Error Message
getLayout (line 56)

Return the Layout Name these Errors are represented by.

  • return: the Layout Name
String getLayout ()

Inherited Methods

Inherited From CMSException

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

Documentation generated by phpDocumentor 1.3.1