Path

ez components / documentation / api reference / trunk / execution


eZ Components trunk

Execution: ezcExecutionErrorHandler

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

Interface: ezcExecutionErrorHandler

Interface for Execution callback handlers. [source]
This interface describes the methods that an Execution callback handler should implement.

Method Summary

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

Methods

onError

void onError( [ $e = null] )
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.

Parameters

Name Type Description
$e Exception  

Last updated: Thu, 03 Jul 2008