Apache Zeta Components Manual :: Docs For Class ezcPersistentRelationNotFoundException
PersistentObject::ezcPersistentRelationNotFoundException
Class ezcPersistentRelationNotFoundException
Exception thrown, if a desired relation between 2 classes was not found.
Source for this file: /PersistentObject/src/exceptions/relation_not_found.php
Exception | --ezcBaseException | --ezcPersistentObjectException | --ezcPersistentRelationNotFoundException
Version: | //autogen// |
Inherited Member Variables
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
From Exception (Internal Class) | |
protected |
$code
|
protected |
$file
|
protected |
$line
|
protected |
$message
|
private |
$previous
|
private |
$string
|
private |
$trace
|
Method Summary
public void |
__construct(
$class
, $relatedClass
, [ $relationName
= null] )
Constructs a new ezcPersistentRelationNotFoundException for the class $class which does not have a relation for $relatedClass. |
Inherited Methods
From ezcPersistentObjectException | |
---|---|
public void |
ezcPersistentObjectException::__construct()
Constructs a new ezcPersistentObjectException with error message $message and reason code $reason. |
From ezcBaseException | |
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
From Exception (Internal Class) | |
public Exception |
constructor __construct ( [$message = ], [$code = ], [$previous = ] )
|
public void |
getCode ( )
|
public void |
getFile ( )
|
public void |
getLine ( )
|
public void |
getMessage ( )
|
public void |
getPrevious ( )
|
public void |
getTrace ( )
|
public void |
getTraceAsString ( )
|
public void |
__clone ( )
|
public void |
__toString ( )
|
Methods
__construct
void
__construct(
string
$class
, string
$relatedClass
, [string
$relationName
= null] )
Constructs a new ezcPersistentRelationNotFoundException for the class $class which does not have a relation for $relatedClass.
Parameters:
Name | Type | Description |
---|---|---|
$class |
string | |
$relatedClass |
string | |
$relationName |
string |
Redefinition of:
Method | Description |
---|---|
ezcPersistentObjectException::__construct() |
Constructs a new ezcPersistentObjectException with error message $message and reason code $reason. |
Documentation generated by phpDocumentor 1.4.3