Path

ez components / documentation / api reference / 2009.2.1 / databaseschema


eZ Components 2009.2.1

DatabaseSchema: ezcDbSchemaException

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

Class: ezcDbSchemaException

This class provides an exception container for use with the DatabaseSchema component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcDbSchemaException

Descendents

Child Class Description
ezcDbSchemaInvalidDiffReaderClassException Exception that is thrown if an invalid class is passed as schema difference reader to the manager.
ezcDbSchemaUnknownFormatException Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object.
ezcDbSchemaInvalidWriterClassException Exception that is thrown if an invalid class is passed as schema writer to the manager.
ezcDbSchemaDropAllColumnsException Exception that is thrown when trying to drop all columns in some table.
ezcDbSchemaSqliteDropFieldException Exception that is thrown if SQLite drop field operation failed for some table.
ezcDbSchemaInvalidReaderClassException Exception that is thrown if an invalid class is passed as schema reader to the manager.
ezcDbSchemaInvalidDiffWriterClassException Exception that is thrown if an invalid class is passed as schema writer to the manager.
ezcDbSchemaInvalidSchemaException Exception that is thrown if an invalid class is passed as schema reader to the manager.
ezcDbSchemaUnsupportedTypeException Exception that is thrown if an unsupported field type is encountered.

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