EMANE  1.0.1
EMANE::BuildException Class Reference

Exception thrown by builders when constructing and assembling application objects and containers. More...

#include <buildexception.h>

Inheritance diagram for EMANE::BuildException:
EMANE::Exception

Public Member Functions

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

Detailed Description

Exception thrown by builders when constructing and assembling application objects and containers.

Definition at line 47 of file buildexception.h.

Constructor & Destructor Documentation

◆ BuildException()

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

Creates a BuildException instance

Definition at line 53 of file buildexception.h.

◆ ~BuildException()

EMANE::BuildException::~BuildException ( )
throw (
)
inline

Destroys an instance

Definition at line 59 of file buildexception.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: