EMANE  1.0.1
EMANE::PlatformException Class Reference

Exception thrown when NEMs are added to a platform. More...

#include <platformexception.h>

Inheritance diagram for EMANE::PlatformException:
EMANE::Exception

Public Member Functions

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

Detailed Description

Exception thrown when NEMs are added to a platform.

Definition at line 45 of file platformexception.h.

Constructor & Destructor Documentation

◆ PlatformException()

EMANE::PlatformException::PlatformException ( const std::string &  sDescription)
inline

Definition at line 48 of file platformexception.h.

◆ ~PlatformException()

EMANE::PlatformException::~PlatformException ( )
throw (
)
inline

Definition at line 51 of file platformexception.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: