ezcTreeIdsDoNotMatchException |
Exception that is thrown when a node is added through the ArrayAccess interface with a key that is different from the node's ID.
|
ezcTreeInvalidXmlFormatException |
Exception that is thrown when an XML tree document does not validate.
|
ezcTreeTransactionNotStartedException |
Exception that is thrown when "commit()" or "rollback()" are called without a matching "beginTransaction()" call.
|
ezcTreeInvalidIdException |
Exception that is thrown when a node is created with an invalid ID.
|
ezcTreeTransactionAlreadyStartedException |
Exception that is thrown when a transaction is active and "beginTransaction()" is called again.
|
ezcTreeDataStoreMissingDataException |
Exception that is thrown when a node is added through the ArrayAccess interface with a key that is different from the node's ID.
|
ezcTreeInvalidClassException |
Exception that is thrown when a wrong class is used.
|
ezcTreeUnknownIdException |
Exception that is thrown when a node is request through an unknown (non-existing) ID.
|
ezcTreeInvalidXmlException |
Exception that is thrown when an XML tree document is not well-formed.
|
ezcTreeDbInvalidSchemaException |
Exception that is thrown when an incompatible schema is detected with one of the Tree operations.
|