Document: ezcDocumentWikiTokenizerException
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentWikiTokenizerException
|
Exception thrown, when the Wiki tokenizer could not tokenize a character sequence. [
source]
This should never been thrown, but it is hard to prove that there is nothing which is not matched by the regualr expressions above.
Parents
Exception
|
--ezcBaseException
|
--ezcDocumentException
|
--ezcDocumentWikiTokenizerException
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(
$line, $position, $string )
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
void __construct(
int
$line, int
$position, string
$string )
Construct exception from errnous string and current position
Parameters
| Name |
Type |
Description |
$line |
int |
|
$position |
int |
|
$string |
string |
|
Redefinition of
Last updated: Tue, 23 Mar 2010