summaryrefslogtreecommitdiffstats
path: root/src/exceptions
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-06-12 12:32:55 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-06-12 12:32:55 +0000
commit99117b7f9eb39a6d77eededce51a4d0aa895cc5b (patch)
tree9b42094ef2a5e5bbc3b300febc45113ba408d5f6 /src/exceptions
parent9292a36e53780d9daf6f367d44d386fd98f08b40 (diff)
downloadzetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip
zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz
- Fixed version tag in docblocks
Diffstat (limited to 'src/exceptions')
-rw-r--r--src/exceptions/date_parsing.php4
-rw-r--r--src/exceptions/exception.php4
-rw-r--r--src/exceptions/flash_bitmap_boundings.php4
-rw-r--r--src/exceptions/flash_bitmap_type.php4
-rw-r--r--src/exceptions/font_rendering.php4
-rw-r--r--src/exceptions/font_type.php4
-rw-r--r--src/exceptions/incompatible_driver.php4
-rw-r--r--src/exceptions/invalid_data.php4
-rw-r--r--src/exceptions/invalid_data_source.php4
-rw-r--r--src/exceptions/invalid_dimensions.php4
-rw-r--r--src/exceptions/invalid_display_type.php4
-rw-r--r--src/exceptions/invalid_font.php4
-rw-r--r--src/exceptions/invalid_id.php4
-rw-r--r--src/exceptions/invalid_image_file.php4
-rw-r--r--src/exceptions/invalid_keys.php4
-rw-r--r--src/exceptions/no_data.php4
-rw-r--r--src/exceptions/no_such_data.php4
-rw-r--r--src/exceptions/no_such_dataset.php4
-rw-r--r--src/exceptions/no_such_element.php4
-rw-r--r--src/exceptions/not_rendered.php4
-rw-r--r--src/exceptions/out_of_boundings.php4
-rw-r--r--src/exceptions/out_of_logarithmical_boundings.php4
-rw-r--r--src/exceptions/reducement_failed.php4
-rw-r--r--src/exceptions/too_many_datasets.php4
-rw-r--r--src/exceptions/unknown_color_definition.php4
-rw-r--r--src/exceptions/unregular_steps.php4
-rw-r--r--src/exceptions/unsupported_image_type.php4
27 files changed, 54 insertions, 54 deletions
diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php
index 2771ed6..9407d62 100644
--- a/src/exceptions/date_parsing.php
+++ b/src/exceptions/date_parsing.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphErrorParsingDateException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* could not be parsed.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphErrorParsingDateException extends ezcGraphException
{
diff --git a/src/exceptions/exception.php b/src/exceptions/exception.php
index ba8ef1f..ea64cdd 100644
--- a/src/exceptions/exception.php
+++ b/src/exceptions/exception.php
@@ -3,7 +3,7 @@
* Base exception for the Graph package.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* General exception container for the Graph component.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
abstract class ezcGraphException extends ezcBaseException
{
diff --git a/src/exceptions/flash_bitmap_boundings.php b/src/exceptions/flash_bitmap_boundings.php
index 939a827..b158ec9 100644
--- a/src/exceptions/flash_bitmap_boundings.php
+++ b/src/exceptions/flash_bitmap_boundings.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphFlashBitmapBoundingsException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* when an image does not have the requested size.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphFlashBitmapBoundingsException extends ezcGraphException
{
diff --git a/src/exceptions/flash_bitmap_type.php b/src/exceptions/flash_bitmap_type.php
index b596787..1e0e850 100644
--- a/src/exceptions/flash_bitmap_type.php
+++ b/src/exceptions/flash_bitmap_type.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphFlashBitmapTypeException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* all other image types.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphFlashBitmapTypeException extends ezcGraphException
{
diff --git a/src/exceptions/font_rendering.php b/src/exceptions/font_rendering.php
index 33c531c..d9dbe4c 100644
--- a/src/exceptions/font_rendering.php
+++ b/src/exceptions/font_rendering.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphFontRenderingException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* minimum font size in the desinated bounding box.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphFontRenderingException extends ezcGraphException
{
diff --git a/src/exceptions/font_type.php b/src/exceptions/font_type.php
index a5aef55..e4b0770 100644
--- a/src/exceptions/font_type.php
+++ b/src/exceptions/font_type.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphUnknownFontTypeException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception thrown if font type is unknown or not supported.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphUnknownFontTypeException extends ezcGraphException
{
diff --git a/src/exceptions/incompatible_driver.php b/src/exceptions/incompatible_driver.php
index c1ea924..8e386bc 100644
--- a/src/exceptions/incompatible_driver.php
+++ b/src/exceptions/incompatible_driver.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphToolsIncompatibleDriverException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* graph tools.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphToolsIncompatibleDriverException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_data.php b/src/exceptions/invalid_data.php
index 950f397..c5901ab 100644
--- a/src/exceptions/invalid_data.php
+++ b/src/exceptions/invalid_data.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphInvalidDataException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* for some reason.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphInvalidDataException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_data_source.php b/src/exceptions/invalid_data_source.php
index 9ed9e42..efc05c9 100644
--- a/src/exceptions/invalid_data_source.php
+++ b/src/exceptions/invalid_data_source.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphInvalidArrayDataSourceException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* data set.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphInvalidArrayDataSourceException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_dimensions.php b/src/exceptions/invalid_dimensions.php
index 19b493b..5f20676 100644
--- a/src/exceptions/invalid_dimensions.php
+++ b/src/exceptions/invalid_dimensions.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphMatrixInvalidDimensionsException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* matrix dimensions.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphMatrixInvalidDimensionsException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_display_type.php b/src/exceptions/invalid_display_type.php
index 40214d1..41c8dca 100644
--- a/src/exceptions/invalid_display_type.php
+++ b/src/exceptions/invalid_display_type.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphInvalidDisplayTypeException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception thrown when an unsupported data type is set for the current chart.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphInvalidDisplayTypeException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_font.php b/src/exceptions/invalid_font.php
index 23d61d9..e9cc436 100644
--- a/src/exceptions/invalid_font.php
+++ b/src/exceptions/invalid_font.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphInvalidFontTypeException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception thrown if font type cannot be rendered with one driver.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphInvalidFontTypeException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_id.php b/src/exceptions/invalid_id.php
index dc7f995..fa83852 100644
--- a/src/exceptions/invalid_id.php
+++ b/src/exceptions/invalid_id.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphSvgDriverInvalidIdException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* elements in.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphSvgDriverInvalidIdException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_image_file.php b/src/exceptions/invalid_image_file.php
index 3a55aa6..f45cabf 100644
--- a/src/exceptions/invalid_image_file.php
+++ b/src/exceptions/invalid_image_file.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphInvalidImageFileException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception thrown when a file can not be used as a image file.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphInvalidImageFileException extends ezcGraphException
{
diff --git a/src/exceptions/invalid_keys.php b/src/exceptions/invalid_keys.php
index 7dde875..8dfd51d 100644
--- a/src/exceptions/invalid_keys.php
+++ b/src/exceptions/invalid_keys.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphDatasetAverageInvalidKeysException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* datasets.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphDatasetAverageInvalidKeysException extends ezcGraphException
{
diff --git a/src/exceptions/no_data.php b/src/exceptions/no_data.php
index 0be9ccd..3260c77 100644
--- a/src/exceptions/no_data.php
+++ b/src/exceptions/no_data.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphNoDataException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception shown, when trying to render a chart without assigning any data.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphNoDataException extends ezcGraphException
{
diff --git a/src/exceptions/no_such_data.php b/src/exceptions/no_such_data.php
index de9f554..627c672 100644
--- a/src/exceptions/no_such_data.php
+++ b/src/exceptions/no_such_data.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphNoSuchDataException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception shown, when trying to access not existing data in datasets.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphNoSuchDataException extends ezcGraphException
{
diff --git a/src/exceptions/no_such_dataset.php b/src/exceptions/no_such_dataset.php
index a96c961..c731026 100644
--- a/src/exceptions/no_such_dataset.php
+++ b/src/exceptions/no_such_dataset.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphNoSuchDataSetException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception thrown when trying to access a non exising dataset.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphNoSuchDataSetException extends ezcGraphException
{
diff --git a/src/exceptions/no_such_element.php b/src/exceptions/no_such_element.php
index 9798221..6285e8e 100644
--- a/src/exceptions/no_such_element.php
+++ b/src/exceptions/no_such_element.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphNoSuchElementException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -11,7 +11,7 @@
* Exception thrown when trying to access a non existing chart element.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphNoSuchElementException extends ezcGraphException
{
diff --git a/src/exceptions/not_rendered.php b/src/exceptions/not_rendered.php
index b95d780..fcbce05 100644
--- a/src/exceptions/not_rendered.php
+++ b/src/exceptions/not_rendered.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphToolsNotRenderedException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* requires information only available in rendered charts.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphToolsNotRenderedException extends ezcGraphException
{
diff --git a/src/exceptions/out_of_boundings.php b/src/exceptions/out_of_boundings.php
index c090c6e..768fdf0 100644
--- a/src/exceptions/out_of_boundings.php
+++ b/src/exceptions/out_of_boundings.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphMatrixOutOfBoundingsException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* the matrix.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphMatrixOutOfBoundingsException extends ezcGraphException
{
diff --git a/src/exceptions/out_of_logarithmical_boundings.php b/src/exceptions/out_of_logarithmical_boundings.php
index c129337..641850d 100644
--- a/src/exceptions/out_of_logarithmical_boundings.php
+++ b/src/exceptions/out_of_logarithmical_boundings.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphOutOfLogithmicalBoundingsException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* logarithmical scaled axis.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphOutOfLogithmicalBoundingsException extends ezcGraphException
{
diff --git a/src/exceptions/reducement_failed.php b/src/exceptions/reducement_failed.php
index fb5e649..8a1e6f2 100644
--- a/src/exceptions/reducement_failed.php
+++ b/src/exceptions/reducement_failed.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphReducementFailedException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* failed because the shape was already too small.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphReducementFailedException extends ezcGraphException
{
diff --git a/src/exceptions/too_many_datasets.php b/src/exceptions/too_many_datasets.php
index 95e0ac6..c14d929 100644
--- a/src/exceptions/too_many_datasets.php
+++ b/src/exceptions/too_many_datasets.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphTooManyDataSetsExceptions class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* container.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphTooManyDataSetsExceptions extends ezcGraphException
{
diff --git a/src/exceptions/unknown_color_definition.php b/src/exceptions/unknown_color_definition.php
index b424478..437e14f 100644
--- a/src/exceptions/unknown_color_definition.php
+++ b/src/exceptions/unknown_color_definition.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphUnknownColorDefinitionException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* ezcGraphColor.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphUnknownColorDefinitionException extends ezcGraphException
{
diff --git a/src/exceptions/unregular_steps.php b/src/exceptions/unregular_steps.php
index 7c67b5c..19f15d4 100644
--- a/src/exceptions/unregular_steps.php
+++ b/src/exceptions/unregular_steps.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphUnregularStepsException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* unregular step sizes.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphUnregularStepsException extends ezcGraphException
{
diff --git a/src/exceptions/unsupported_image_type.php b/src/exceptions/unsupported_image_type.php
index 086ef0f..a51d373 100644
--- a/src/exceptions/unsupported_image_type.php
+++ b/src/exceptions/unsupported_image_type.php
@@ -3,7 +3,7 @@
* File containing the ezcGraphGdDriverUnsupportedImageTypeException class
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
@@ -12,7 +12,7 @@
* be used in the gd driver.
*
* @package Graph
- * @version //autogen//
+ * @version //autogentag//
*/
class ezcGraphGdDriverUnsupportedImageTypeException extends ezcGraphException
{
OpenPOWER on IntegriCloud