Path

ez components / documentation / api reference / 2006.2 / graph


eZ Components 2006.2

Graph: ezcGraphException

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

Class: ezcGraphException

General exception container for the Graph component. [source]

Parents

Exception
   |
   --ezcBaseException
      |
      --ezcGraphException

Descendents

Child Class Description
ezcGraphInvalidImageFileException Exception thrown when a file can not be used as a image file.
ezcGraphNoSuchDataSetException Exception thrown when trying to access a non exising dataset.
ezcGraphFlashBitmapTypeException Flash can only read non interlaced bitmaps. This exception is thrown for all other image types.
ezcGraphMatrixOutOfBoundingsException Exception thrown when a requested matrix value is out of the boundings of the matrix.
ezcGraphFontRenderingException Exception thrown when it is not possible to render a string beacause of minimum font size in the desinated bounding box.
ezcGraphNoSuchElementException Exception thrown when trying to access a non existing chart element.
ezcGraphFlashBitmapBoundingsException Flash does not support bitmap scaling, so that this exceptions is thrown when an image does not have the requested size.
ezcGraphNoSuchDataException Exception shown, when trying to access not existing data in datasets.
ezcGraphUnknownFontTypeException Exception thrown if font type is unknown or not supported.
ezcGraphDatasetAverageInvalidKeysException Exception thrown when a dataset with non numeric keys is used with average datasets.
ezcGraphOutOfLogithmicalBoundingsException Exception thrown when data exceeds the values which are displayable on an logarithmical scaled axis.
ezcGraphGdDriverUnsupportedImageTypeException Exception thrown if the image type is not supported and therefore could not be used in the gd driver.
ezcGraphUnknownColorDefinitionException Exception thrown, when a given value could not be interpreted as a color by ezcGraphColor.
ezcGraphMatrixInvalidDimensionsException Exception thrown when an operation is not possible because of incompatible matrix dimensions.
ezcGraphInvalidFontTypeException Exception thrown if font type cannot be rendered with one driver.
ezcGraphTooManyDataSetsExceptions Exception thrown when trying to insert too many data sets in a data set container.
ezcGraphSvgDriverInvalidIdException Exception thrown when a id could not be found in a SVG document to insert elements in.
ezcGraphInvalidDisplayTypeException Exception thrown when an unsupported data type is set for the current chart.
ezcGraphNoDataException Exception shown, when trying to render a chart without assigning any data.

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