PersistentObject: ezcPersistentRelatedObjectNotFoundException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentRelatedObjectNotFoundException
|
Exception thrown, if the given relation class could not be found. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentRelatedObjectNotFoundException
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(
$object, $relatedClass )
Constructs a new ezcPersistentRelatedObjectNotFoundException for the object $object which does not have a relation for $relatedClass. |
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(
object
$object, string
$relatedClass )
Constructs a new ezcPersistentRelatedObjectNotFoundException for the object $object which does not have a relation for $relatedClass.
Parameters
| Name |
Type |
Description |
$object |
object |
|
$relatedClass |
string |
|
Redefinition of
Last updated: Thu, 31 Jan 2008