Document: ezcDocumentMissingVisitorException
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentMissingVisitorException
|
Exception thrown, when a visitor could not be found for a node / subtree. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcDocumentException
|
--ezcDocumentMissingVisitorException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcDocumentMissingVisitorException |
__construct(
$class, [$line = 0], [$position = 0] )
Construct exception from errnous string and current position |
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
ezcDocumentMissingVisitorException __construct(
string
$class, [int
$line = 0], [int
$position = 0] )
Construct exception from errnous string and current position
Parameters
| Name |
Type |
Description |
$class |
string |
|
$line |
int |
|
$position |
int |
|
Redefinition of
Last updated: Mon, 21 Dec 2009