PersistentObject: ezcPersistentObjectException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentObjectException
|
General exception class for the PersistentObject package. [
source]
All exceptions in the persistent object package are derived from this exception.
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
Descendents
Inherited Member Variables
From
ezcBaseException:
Method Summary
|
public void |
__construct(
$message, [$reason = null] )
Constructs a new ezcPersistentObjectException with error message $message and reason code $reason. |
Inherited Methods
From
ezcBaseException :
Methods
__construct
void __construct(
string
$message, [string
$reason = null] )
Constructs a new ezcPersistentObjectException with error message $message and reason code $reason.
Reason can be omitted if not applicable.
Parameters
| Name |
Type |
Description |
$message |
string |
|
$reason |
string |
|
Redefinition of
Redefined in descendants as
Last updated: Mon, 12 Nov 2007