PersistentObject: ezcPersistentIdentityAlreadyExistsException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentIdentityAlreadyExistsException
|
Exception thrown if an identity is duplicated. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentIdentityAlreadyExistsException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcPersistentIdentityAlreadyExistsException |
__construct(
$class, $id )
Creates a new ezcPersistentIdentityAlreadyExistsException. |
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
ezcPersistentIdentityAlreadyExistsException __construct(
string
$class, mixed
$id )
Creates a new ezcPersistentIdentityAlreadyExistsException.
Creates a new ezcPersistentIdentityAlreadyExistsException for the object identified by $class and $id.
Parameters
| Name |
Type |
Description |
$class |
string |
|
$id |
mixed |
|
Redefinition of
Last updated: Mon, 21 Dec 2009