Tree: ezcTreeIdsDoNotMatchException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTreeIdsDoNotMatchException
|
Exception that is thrown when a node is added through the ArrayAccess interface with a key that is different from the node's ID. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcTreeException
|
--ezcTreeIdsDoNotMatchException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTreeIdsDoNotMatchException |
__construct(
$expectedId, $actualId )
Constructs a new ezcTreeIdsDoNotMatchException. |
Inherited Methods
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
ezcTreeIdsDoNotMatchException __construct(
string
$expectedId, string
$actualId )
Constructs a new ezcTreeIdsDoNotMatchException.
Parameters
| Name |
Type |
Description |
$expectedId |
string |
|
$actualId |
string |
|
Redefinition of
Last updated: Mon, 21 Dec 2009