PersistentObject: ezcPersistentIdentityMissingException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentIdentityMissingException
|
Exception thrown if an identity is expected to be recorded, but is not found. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentIdentityMissingException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcPersistentIdentityMissingException |
__construct(
$class, $id, $relatedClass, $relationName )
Creates a new ezcPersistentIdentityMissingException. |
Inherited Methods
From
ezcPersistentObjectException :
From
ezcBaseException :
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
ezcPersistentIdentityMissingException __construct(
string
$class, mixed
$id, string
$relatedClass, string
$relationName )
Creates a new ezcPersistentIdentityMissingException.
Creates a new ezcPersistentIdentityMissingException for the object of $class with ID $id.
Parameters
| Name |
Type |
Description |
$class |
string |
|
$id |
mixed |
|
$relatedClass |
string |
|
$relationName |
string |
|
Redefinition of
Last updated: Mon, 21 Dec 2009