Phergie
[ class tree: Phergie ] [ index: Phergie ] [ all elements ]

Class: Phergie_Plugin_Exception

Source Location: /Phergie/Plugin/Exception.php

Class Overview

Exception
   |
   --Phergie_Exception
      |
      --Phergie_Plugin_Exception

Exception related to plugin handling.


Author(s):

Constants



Class Details

[line 31]
Exception related to plugin handling.



Tags:

author:  Phergie Development Team <team@phergie.org>
link:  http://pear.phergie.org/package/Phergie
license:  New BSD License


[ Top ]


Class Constants

ERR_CLASS_NOT_FOUND =  2

[line 43]

Error indicating that an attempt was made to locate the class for a

specified plugin, but the class could not be found



[ Top ]

ERR_CLASS_NOT_INSTANTIABLE =  4

[line 56]

Error indicating that an attempt was made to locate the class for a

specified plugin, but that the found class cannot be instantiated



[ Top ]

ERR_DIRECTORY_NOT_READABLE =  1

[line 37]

Error indicating that a path containing plugins was specified, but

did not reference a readable directory



[ Top ]

ERR_FATAL_ERROR =  13

[line 112]

Error indicating that a fatal runtime issue was encountered within a

plugin



[ Top ]

ERR_INCORRECT_BASE_CLASS =  3

[line 50]

Error indicating that an attempt was made to locate the class for a

specified plugin, but that the found class did not extend the base plugin class



[ Top ]

ERR_INVALID_CALL =  12

[line 106]

Error indicating that a call was made to a nonexistent plugin method

and that its __call() implementation did not process that call as an attempt to trigger an event - this is intended to aid in debugging of such situations



[ Top ]

ERR_INVALID_ITERATOR_CLASS =  14

[line 119]

Error indicating that a class specified to be used for iterating

plugins cannot be found by the autoloader or does not extend FilterIterator



[ Top ]

ERR_NO_CONFIG_HANDLER =  6

[line 68]

Error indicating that an attempt was made to access the configuration

handler before one had been set



[ Top ]

ERR_NO_CONNECTION =  9

[line 86]

Error indicating that an attempt was made to access the connection

before one had been set



[ Top ]

ERR_NO_EVENT =  10

[line 92]

Error indicating that an attempt was made to access the current

incoming event before one had been set



[ Top ]

ERR_NO_EVENT_HANDLER =  8

[line 80]

Error indicating that an attempt was made to access the event

handler before one had been set



[ Top ]

ERR_NO_PLUGIN_HANDLER =  7

[line 74]

Error indicating that an attempt was made to access the plugin

handler before one had been set



[ Top ]

ERR_PLUGIN_NOT_LOADED =  5

[line 62]

Error indicating that an attempt was made to access a plugin that had

not been loaded and autoloading was not enabled to load it



[ Top ]

ERR_REQUIREMENT_UNSATISFIED =  11

[line 98]

Error indicating that a dependency of the plugin was unavailable at

the time that an attempt was made to load it



[ Top ]



Documentation generated on Mon, 27 Sep 2010 23:03:48 -0500 by phpDocumentor 1.4.3