Exception thrown when trying to instance a module which is not registered to the system. More...
#include "edm/UnknownModuleException.h"
Public Member Functions | |
UnknownModuleException (const std::string &moduletype) | |
~UnknownModuleException () throw () | |
Public Member Functions inherited from cms::Exception | |
void | append (Exception const &another) |
void | append (std::string const &more_information) |
void | append (char const *more_information) |
std::string | category () const |
Exception (Category const &category) | |
Exception (Category const &category, std::string const &message) | |
Exception (Category const &category, std::string const &message, Exception const &another) | |
Exception (Exception const &other) | |
virtual std::string | explainSelf () const |
CategoryList const & | history () const |
void | raise () |
std::string | rootCause () const |
virtual char const * | what () const throw () |
virtual | ~Exception () throw () |
Additional Inherited Members | |
Public Types inherited from cms::Exception | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
Exception thrown when trying to instance a module which is not registered to the system.
Definition at line 28 of file UnknownModuleException.h.
|
inline |
Definition at line 31 of file UnknownModuleException.h.
|
inline |
Definition at line 40 of file UnknownModuleException.h.