MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | List of all members
util::Exception Class Reference

Universal, simple exception class. More...

#include <exception.h>

Collaboration diagram for util::Exception:
Collaboration graph
[legend]

Public Member Functions

 Exception (std::string const &msg) throw ()
 
 Exception (std::string const &msg, char const *msg2) throw ()
 
 Exception (std::string const &msg, std::string const &msg2) throw ()
 
 Exception (void) throw ()
 
virtual ~Exception (void) throw ()
 
virtual const char * what (void) const throw ()
 

Detailed Description

Universal, simple exception class.

Definition at line 23 of file exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/4]

util::Exception::Exception ( void  )
throw (
)
inline

Definition at line 26 of file exception.h.

◆ Exception() [2/4]

util::Exception::Exception ( std::string const &  msg)
throw (
)
inline

Definition at line 29 of file exception.h.

◆ Exception() [3/4]

util::Exception::Exception ( std::string const &  msg,
char const *  msg2 
)
throw (
)
inline

Definition at line 32 of file exception.h.

◆ Exception() [4/4]

util::Exception::Exception ( std::string const &  msg,
std::string const &  msg2 
)
throw (
)
inline

Definition at line 36 of file exception.h.

◆ ~Exception()

virtual util::Exception::~Exception ( void  )
throw (
)
inlinevirtual

Definition at line 40 of file exception.h.

Member Function Documentation

◆ what()

virtual const char * util::Exception::what ( void  ) const
throw (
)
inlinevirtual

Definition at line 43 of file exception.h.


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