Path

ez components / documentation / api reference / 2006.2 / consoletools


eZ Components 2006.2

ConsoleTools: ezcConsoleException

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

Class: ezcConsoleException

General exception container for the ConsoleTools component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcConsoleException

Descendents

Child Class Description
ezcConsoleInvalidOptionNameException Thrown if an invalid option name (containing whitespaces or starting with a "-") was received by ezcConsoleOption::__construct.
ezcConsoleOptionNoAliasException The alias you tried to unregister is a real option.
ezcConsoleInvalidOutputTargetException Thrown if a given target {@see ezcConsoleOutputFormat} could not be opened.
ezcConsoleOptionException General exception container for the ConsoleTools component referring to option handling.
ezcConsoleOptionAlreadyRegisteredException The option name you tried to register is already in use.
ezcConsoleNoPositionStoredException 'Cannot restore position, if no position has been stored before.'.
ezcConsoleOptionStringNotWellformedException The option definition string supplied is not wellformed.

Inherited Member Variables

From ezcBaseException:
public  ezcBaseException::$originalMessage

Inherited Methods

From ezcBaseException :
public ezcBaseException ezcBaseException::__construct()
Constructs a new ezcBaseException with $message
Last updated: Thu, 01 Nov 2007