PersistentObject: ezcPersistentInvalidObjectStateException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentInvalidObjectStateException
|
Exception thrown if the result of $object->getState() is invalid. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentInvalidObjectStateException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcPersistentInvalidObjectStateException |
__construct(
$object, [$reason = null] )
Creates a new exception. |
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
ezcPersistentInvalidObjectStateException __construct(
object
$object, [string
$reason = null] )
Creates a new exception.
Creates a new ezcPersistentInvalidObjectStateException for the given $object with the given $reason.
Parameters
| Name |
Type |
Description |
$object |
object |
|
$reason |
string |
|
Redefinition of
Last updated: Mon, 21 Dec 2009