PersistentObject: ezcPersistentIdentityRelatedObjectsInconsistentException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentIdentityRelatedObjectsInconsistentException
|
Exception thrown if a set of related objects is inconsistent. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentIdentityRelatedObjectsInconsistentException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcPersistentIdentityRelatedObjectsInconsistentException |
__construct(
$class, $id, $expectedClass, $actualClass )
Creates a new ezcPersistentIdentityRelatedObjectsInconsistentException. |
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
ezcPersistentIdentityRelatedObjectsInconsistentException __construct(
string
$class, mixed
$id, string
$expectedClass, string
$actualClass )
Creates a new ezcPersistentIdentityRelatedObjectsInconsistentException.
Creates a new ezcPersistentIdentityRelatedObjectsInconsistentException. The source object is of $class with $id, the related objects are expected to be of $expectedClass, but the $actualClass was found.
Parameters
| Name |
Type |
Description |
$class |
string |
|
$id |
mixed |
|
$expectedClass |
string |
|
$actualClass |
string |
|
Redefinition of
Last updated: Tue, 23 Mar 2010