Class MaintenanceException

Description

This Exception is thrown when the Consumer Staus is MAINTENANCE and the User is anonymous and there is no Request Parameter called 'ignoreMaintenance'.

  • version: $Id: MaintenanceException.php,v 1.2 2006/11/26 22:04:12 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
CMSException
   |
   --CoreException
      |
      --MaintenanceException
Method Summary
MaintenanceException MaintenanceException (int $message, String 1)
void logException ()
Methods
Constructor MaintenanceException (line 49)

Creates a new MaintenanceException.

  • access: public
MaintenanceException MaintenanceException (int $message, String 1)
  • String 1: the Error Message
  • int $message: the Error Code
logException (line 57)

Do not log Maintenance Exceptions.

void logException ()

Redefinition of:
CMSException::logException()
Returns whether this Error should write an Log Message or not.

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