Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcDocumentErroneousXmlException

Document::ezcDocumentErroneousXmlException

Class ezcDocumentErroneousXmlException

General exception container for the Document component.

Source for this file: /Document/src/exceptions/erroneous_xml.php

Exception
   |
   --ezcBaseException
      |
      --ezcDocumentException
         |
         --ezcDocumentErroneousXmlException
Version:   //autogentag//

Member Variables

protected array $errors
Errors occured during parsing process.

Inherited Member Variables

From ezcBaseException
public ezcBaseException::$originalMessage
From Exception (Internal Class)
protected $code
protected $file
protected $line
protected $message
private $previous
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
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
From Exception (Internal Class)
public Exception constructor __construct ( [$message = ], [$code = ], [$previous = ] )
public void getCode ( )
public void getFile ( )
public void getLine ( )
public void getMessage ( )
public void getPrevious ( )
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:
Method Description
ezcBaseException::__construct() Constructs a new ezcBaseException with $message

getXmlErrors

array getXmlErrors( )

Return array with XML errors.

Documentation generated by phpDocumentor 1.4.3