PersistentObject: ezcPersistentDefinitionNotFoundException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentDefinitionNotFoundException
|
General exception class for the PersistentObject package. [
source]
All exceptions in the persistent object package are derived from this exception.
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentDefinitionNotFoundException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public void |
__construct(
$class, [$message = null] )
Constructs a new ezcPersistentDefinitionNotFoundException for the class $class with the additional error information $message. |
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
void __construct(
string
$class, [string
$message = null] )
Constructs a new ezcPersistentDefinitionNotFoundException for the class $class with the additional error information $message.
Parameters
| Name |
Type |
Description |
$class |
string |
|
$message |
string |
|
Redefinition of
Last updated: Fri, 02 Nov 2007