Tree: ezcTreeUnknownIdException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTreeUnknownIdException
|
Exception that is thrown when a node is request through an unknown (non-existing) ID. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcTreeException
|
--ezcTreeUnknownIdException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTreeUnknownIdException |
__construct(
$nodeId )
Constructs a new ezcTreeUnknownIdException for the ID $nodeId. |
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
ezcTreeUnknownIdException __construct(
string
$nodeId )
Constructs a new ezcTreeUnknownIdException for the ID $nodeId.
Parameters
| Name |
Type |
Description |
$nodeId |
string |
|
Redefinition of
Last updated: Mon, 21 Dec 2009