DiaDes  0.1
DIAgnosis of Discrete-Event System
Public Member Functions | Private Attributes | List of all members
Diades::Utils::FunctionException Class Reference

#include <Exceptions.hh>

Public Member Functions

 FunctionException (const string &whatArg)
 
 FunctionException (const Msg &msg)
 
 FunctionException (const string &functionName, const string &whatArg)
 
 FunctionException (const string &functionName, const string &whatArg, const exception &e)
 
 FunctionException (const string &functionName, const Msg &whatArg, const exception &e)
 
 FunctionException (const string &functionName, const Msg &whatArg)
 
virtual const char * what () const throw ()
 
virtual ~FunctionException () throw ()
 

Private Attributes

string _what
 

Detailed Description

Definition at line 51 of file Exceptions.hh.

Constructor & Destructor Documentation

◆ FunctionException() [1/6]

Diades::Utils::FunctionException::FunctionException ( const string &  whatArg)
inline

Definition at line 57 of file Exceptions.hh.

◆ FunctionException() [2/6]

Diades::Utils::FunctionException::FunctionException ( const Msg msg)
inline

Definition at line 58 of file Exceptions.hh.

◆ FunctionException() [3/6]

Diades::Utils::FunctionException::FunctionException ( const string &  functionName,
const string &  whatArg 
)
inline

Definition at line 60 of file Exceptions.hh.

◆ FunctionException() [4/6]

Diades::Utils::FunctionException::FunctionException ( const string &  functionName,
const string &  whatArg,
const exception &  e 
)
inline

Definition at line 62 of file Exceptions.hh.

◆ FunctionException() [5/6]

Diades::Utils::FunctionException::FunctionException ( const string &  functionName,
const Msg whatArg,
const exception &  e 
)
inline

Definition at line 66 of file Exceptions.hh.

◆ FunctionException() [6/6]

Diades::Utils::FunctionException::FunctionException ( const string &  functionName,
const Msg whatArg 
)
inline

Definition at line 71 of file Exceptions.hh.

◆ ~FunctionException()

virtual Diades::Utils::FunctionException::~FunctionException ( )
throw (
)
inlinevirtual

Definition at line 78 of file Exceptions.hh.

Member Function Documentation

◆ what()

virtual const char* Diades::Utils::FunctionException::what ( ) const
throw (
)
inlinevirtual

Definition at line 73 of file Exceptions.hh.

Member Data Documentation

◆ _what

string Diades::Utils::FunctionException::_what
private

Definition at line 54 of file Exceptions.hh.


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