Path

ez components / documentation / api reference / 2007.2 / execution


Execution: ezcExecutionBasicErrorHandler

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcExecutionBasicErrorHandler

Simple implementation of a callback handler to use with ezcExecution. [source]

Implemented Interfaces

This is a very simple callback handler which only issues a simple message. Of course in applications you will need to either extend this class, or just implement the ezcExecutionErrorHandler interface.

Method Summary

public static void onError( [$e = NULL], $e )
Processes an error situation

Methods

onError

void onError( [ $e = NULL], Exception $e )
Processes an error situation
This method is called by the ezcExecution environment whenever an error situation (uncaught exception or fatal error) happens. It accepts one default parameter in case there was an uncaught exception.
This class just serves as an example, for your own application you should write your own class that implements the ezcExecutionErrorHandler interface and use that as parameter to ezcExecution::init()

Parameters

Name Type Description
$e Exception  
$e Exception  

Last updated: Mon, 17 Dec 2007