PersistentObject: ezcPersistentRelationOperationNotSupportedException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentRelationOperationNotSupportedException
|
Exception thrown, if the given relation class ćould not be found. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentRelationOperationNotSupportedException
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, $relatedClass, $operation, [$reason = null] )
Constructs a new ezcPersistentRelationOperationNotSupportedException for the $class which does not support the $operation in respect to $relatedClass. Optionally a $reason can be given. |
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
$relatedClass, string
$operation, [string
$reason = null] )
Constructs a new ezcPersistentRelationOperationNotSupportedException for the $class which does not support the $operation in respect to $relatedClass. Optionally a $reason can be given.
Parameters
| Name |
Type |
Description |
$class |
string |
|
$relatedClass |
string |
|
$operation |
string |
|
$reason |
string |
|
Redefinition of
Last updated: Wed, 18 Jun 2008