| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilOrgUnitTypePluginException This exception is thrown whenever one or multiple ilOrgUnitTypeHook plugin(s) did not allow an action on a ilOrgUnitType object, e.g. More...
 Inheritance diagram for ilOrgUnitTypePluginException:
 Collaboration diagram for ilOrgUnitTypePluginException:Public Member Functions | |
| __construct (string $message, $plugins=array()) | |
| setPlugins (array $plugins) | |
| getPlugins () | |
  Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A code isn't optional as in build in class Exception.  More... | |
Protected Attributes | |
| $plugins = array() | |
Class ilOrgUnitTypePluginException This exception is thrown whenever one or multiple ilOrgUnitTypeHook plugin(s) did not allow an action on a ilOrgUnitType object, e.g.
updating, deleting or setting title. It stores additionally the plugin objects which did not allow the action.
Definition at line 10 of file class.ilOrgUnitTypePluginException.php.
| ilOrgUnitTypePluginException::__construct | ( | string | $message, | 
$plugins = array()  | 
        |||
| ) | 
Definition at line 18 of file class.ilOrgUnitTypePluginException.php.
References $plugins, and ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function:| ilOrgUnitTypePluginException::getPlugins | ( | ) | 
Definition at line 35 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
| ilOrgUnitTypePluginException::setPlugins | ( | array | $plugins | ) | 
| string[] | $plugins | 
Definition at line 27 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
      
  | 
  protected | 
Definition at line 16 of file class.ilOrgUnitTypePluginException.php.
Referenced by __construct(), getPlugins(), and setPlugins().