Exception.h File Reference
#include "../Exception.h"

Go to the source code of this file.

Classes

struct  te::core::PluginCyclicDependencyException
 An exception indicating an error when two or more plugins have cyclic dependecy. More...
 
struct  te::core::PluginEngineLoadException
 An exception indicating an error when loading a plugin. More...
 
struct  te::core::PluginEngineUnloadException
 An exception indicating an error when releasing a given plugin. More...
 
struct  te::core::PluginHasDependentException
 An exception indicating an error when trying to shutdown a plugin with a dependent. More...
 
struct  te::core::PluginLoadException
 An exception indicating an error when loading a plugin. More...
 
struct  te::core::PluginMissingDependencyException
 An exception indicating an error when a dependecy is missing. More...
 
struct  te::core::PluginShutdownException
 An exception indicating an error when shutting down a plugin. More...
 
struct  te::core::PluginStartupException
 An exception indicating an error when trying to start a plugin. More...
 
struct  te::core::PluginUnloadException
 An exception indicating an error when unloading a plugin. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::core