Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcPersistentSessionNotFoundException

PersistentObject::ezcPersistentSessionNotFoundException

Class ezcPersistentSessionNotFoundException

This exceptions is used when a database handler could not be found.

Source for this file: /PersistentObject/src/exceptions/session_not_found.php

Exception
   |
   --ezcBaseException
      |
      --ezcPersistentObjectException
         |
         --ezcPersistentSessionNotFoundException
Version:   //autogen//

Inherited Member Variables

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

Method Summary

public ezcPersistentSessionNotFoundException __construct( $name , [ $known = array()] )
Constructs a new exception.

Inherited Methods

From ezcPersistentObjectException
public void ezcPersistentObjectException::__construct()
Constructs a new ezcPersistentObjectException with error message $message and reason code $reason.
From ezcBaseException
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
From Exception (Internal Class)
public Exception constructor __construct ( [$message = ], [$code = ], [$previous = ] )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
public void getPrevious ( )
public void getTrace ( )
public void getTraceAsString ( )
public void __clone ( )
public void __toString ( )

Methods

__construct

ezcPersistentSessionNotFoundException __construct( string $name , [ $known = array()] )

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
$name string
$known array
Redefinition of:
Method Description
ezcPersistentObjectException::__construct() Constructs a new ezcPersistentObjectException with error message $message and reason code $reason.
Documentation generated by phpDocumentor 1.4.3