Path

ez components / documentation / api reference / 1.0.1 / database


eZ Components 1.0.1

Database: ezcDbTransactionException

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

Class: ezcDbTransactionException

This class provides exception for misc errors that may occur in the component, such as errors parsing database parameters and connecting to the database. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcDbException
         |
         --ezcDbTransactionException

Inherited Member Variables

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

Method Summary

public ezcDbTransactionException __construct( $msg )
Constructs a new exception.

Inherited Methods

From ezcDbException :
public void ezcDbException::__construct()
Constructs an ezcDbAstractionException with the highlevel error message $message and the errorcode $code.
From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
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

ezcDbTransactionException __construct( $msg )
Constructs a new exception.
$name specifies the name of the name of the handler to use. $known is a list of the known database handlers.

Parameters

Name Type Description
$msg  

Redefinition of

Method Description
ezcDbException::__construct() Constructs an ezcDbAstractionException with the highlevel error message $message and the errorcode $code.

Last updated: Fri, 02 Nov 2007