Document: ezcDocumentErroneousXmlException
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentErroneousXmlException
|
General exception container for the Document component. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcDocumentException
|
--ezcDocumentErroneousXmlException
Member Variables
|
protected array |
$errors
Errors occured during parsing process. |
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcDocumentErroneousXmlException |
__construct(
$errors )
Construct exception from array with XML errors. |
|
public array |
getXmlErrors(
)
Return array with XML errors. |
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
ezcDocumentErroneousXmlException __construct(
$errors )
Construct exception from array with XML errors.
Parameters
| Name |
Type |
Description |
$errors |
array |
|
Redefinition of
getXmlErrors
array getXmlErrors(
)
Return array with XML errors.
Last updated: Mon, 21 Dec 2009