Class ExceptionHandler

Description

Class used for handling Exceptions.

  • version: $Id: ExceptionHandler.php,v 1.13 2006/11/26 22:04:12 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
Methods
processAdminException (line 116)

Display a Exception that was caused within the Administration.

Do NOT use this method outside the Administration environment.

void processAdminException (CoreException $exception)
processCoreException (line 46)

Processes the Exception by including the desired Exception Template.

This is found by calling

  1. new Layout('ERROR''error-' $exception->getCode())
.

  • access: public
void processCoreException (CoreException $exception)
  • CoreException $exception: the CoreException that should be processed
processSystemException (line 84)

This kind of Exception should only be used by the KERNEL.

Error messages that are thrown via this handler can NOT be customized for each Consumer!

  • access: public
void processSystemException (CoreException $exception)
  • CoreException $exception: the CoreException that should be processed

Documentation generated by phpDocumentor 1.3.1