EMANE  1.0.1
EMANE::Utils::FactoryException Class Reference

Exception thrown during the creation of a layer factory. More...

#include <factoryexception.h>

Inheritance diagram for EMANE::Utils::FactoryException:
EMANE::Exception

Public Member Functions

 FactoryException (const std::string &sDescription)
 
 ~FactoryException () throw ()
 
const char * what () const throw ()
 
virtual const char * type () const throw ()
 

Detailed Description

Exception thrown during the creation of a layer factory.

Definition at line 49 of file factoryexception.h.

Constructor & Destructor Documentation

◆ FactoryException()

EMANE::Utils::FactoryException::FactoryException ( const std::string &  sDescription)
inline

Definition at line 52 of file factoryexception.h.

◆ ~FactoryException()

EMANE::Utils::FactoryException::~FactoryException ( )
throw (
)
inline

Definition at line 55 of file factoryexception.h.

Member Function Documentation

◆ type()

virtual const char* EMANE::Exception::type ( ) const
throw (
)
inlinevirtualinherited

Gets the exception type name

Returns
Null terminated type name

Definition at line 72 of file exception.h.

◆ what()

const char* EMANE::Exception::what ( ) const
throw (
)
inlineinherited

Gets the exception description

Returns
Null terminated description

Definition at line 62 of file exception.h.


The documentation for this class was generated from the following file: