CMS 3D CMS Logo

Public Member Functions

edm::UnknownModuleException Class Reference

Exception thrown when trying to instance a module which is not registered to the system. More...

#include <edm/UnknownModuleException.h>

Inheritance diagram for edm::UnknownModuleException:
cms::Exception

List of all members.

Public Member Functions

 UnknownModuleException (const std::string &moduletype)
 ~UnknownModuleException () throw ()

Detailed Description

Exception thrown when trying to instance a module which is not registered to the system.

Author:
Stefano ARGIRO
Date:
02 Jun 2005

Definition at line 28 of file UnknownModuleException.h.


Constructor & Destructor Documentation

edm::UnknownModuleException::UnknownModuleException ( const std::string &  moduletype) [inline]

Definition at line 31 of file UnknownModuleException.h.

                                                        :
      cms::Exception("UnknownModule")
    {
      (*this) << "Module " << moduletype << " was not registered \n"
        "Perhaps your module type is misspelled or is not a "
        "framework plugin \n"
        "Try running EdmPluginDump to obtain a list "
        "of available Plugins\n";
    }
edm::UnknownModuleException::~UnknownModuleException ( ) throw () [inline]

Definition at line 40 of file UnknownModuleException.h.

{}