Path

ez components / documentation / api reference / 2009.2.1 / document


eZ Components 2009.2.1

Document: ezcDocumentException

[ Tutorial ] [ Conversion ] [ Styles ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcDocumentException

General exception container for the Document component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcDocumentException

Descendents

Child Class Description
ezcDocumentConversionException Exception thrown, when the RST parser could not parse asome token sequence.
ezcDocumentOdtFormattingPropertiesExistException Exception thrown if formatting properties of the same type are set twice in an ezcDocumentOdtFormattingPropertyCollection.
ezcDocumentWikiTokenizerException Exception thrown, when the Wiki tokenizer could not tokenize a character sequence.
ezcDocumentRstTokenizerException Exception thrown, when the RST tokenizer could not tokenize a character sequence.
ezcDocumentRstMissingTextRoleHandlerException Exception thrown, when a RST contains a text role, for which no handler has been registered.
ezcDocumentRstMissingDirectiveHandlerException Exception thrown, when a RST contains a directive, for which no handler has been registerd.
ezcDocumentVisitException Exception thrown, when the RST visitor could not visit an AST node properly.
ezcDocumentInvalidOdtException Exception thrown if an expectation to an incoming DocBook document is not met during DocBook to ODT conversion.
ezcDocumentMissingVisitorException Exception thrown, when a visitor could not be found for a node / subtree.
ezcDocumentInvalidFontException Exception thrown, when the RST visitor could not visit an AST node properly.
ezcDocumentErroneousXmlException General exception container for the Document component.
ezcDocumentInvalidDocbookException Exception thrown if an expectation to an incoming DocBook document is not met.
ezcDocumentWikiMissingPluginHandlerException Exception thrown, when a wiki contains a plugin, for which no handler has been registerd.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
Last updated: Tue, 23 Mar 2010