Path

ez components / documentation / api reference / 1.1.2 / eventlog


eZ Components 1.1.2

EventLog: ezcLogWriterException

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

Class: ezcLogWriterException

The ezcLogWriterException will be thrown when an {@class ezcLogWriter} or a subclass encounters an exceptional state. [source]
This exception is a container, containing any kind of exception.

Parents

Exception
   |
   --ezcLogWriterException

Member Variables

public mixed $exception

Inherited Member Variables

From Exception (Internal Class):
protected  $code
protected  $file
protected  $line
protected  $message
private  $string
private  $trace

Method Summary

public ezcLogWriterException __construct( $e, $e; )
Constructs a new ezcLogWriterException with the original exception $e.

Inherited Methods

From Exception (Internal Class) :
public Exception constructor __construct ( $message, $code )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
public void getTrace ( )
public void getTraceAsString ( )
public void __clone ( )
public void __toString ( )

Methods

__construct

ezcLogWriterException __construct( $e, Exception $e; )
Constructs a new ezcLogWriterException with the original exception $e.

Parameters

Name Type Description
$e; Exception  
$e Exception  

Redefinition of

Method Description
Exception::constructor __construct ( $message, $code )  

Last updated: Thu, 01 Nov 2007