Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
BIAS::FatalException Class Reference

fatal exception More...

#include <Base/Debug/Exception.hh>

+ Inheritance diagram for BIAS::FatalException:
+ Collaboration diagram for BIAS::FatalException:

Public Member Functions

 FatalException (const char *error_message) throw ()
 
 FatalException (const std::string &error_message) throw ()
 
virtual const std::string & What () const throw ()
 
virtual const char * what () const throw ()
 Returns a C-style character string describing the general cause of the current error. More...
 
 ~FatalException () throw ()
 

Protected Attributes

std::string Message_
 

Detailed Description

fatal exception

Author
woelk 01/2006

Definition at line 131 of file Exception.hh.

Constructor & Destructor Documentation

BIAS::FatalException::FatalException ( const char *  error_message)
throw (
)
inline

Definition at line 135 of file Exception.hh.

BIAS::FatalException::FatalException ( const std::string &  error_message)
throw (
)
inline

Definition at line 139 of file Exception.hh.

BIAS::FatalException::~FatalException ( )
throw (
)
inline

Definition at line 143 of file Exception.hh.

Member Function Documentation

virtual const std::string& BIAS::BaseException::What ( ) const
throw (
)
inlinevirtualinherited

Definition at line 95 of file Exception.hh.

References BIAS::BaseException::Message_.

Referenced by BIAS::COSAC< SolutionType >::SolveMaster().

virtual const char* BIAS::BaseException::what ( ) const
throw (
)
inlinevirtualinherited

Returns a C-style character string describing the general cause of the current error.

Definition at line 100 of file Exception.hh.

References BIAS::BaseException::Message_.

Referenced by BIAS::VideoSource_DSHOW::GetCapabilities(), and BIAS::VideoSource_DSHOW::OpenDevice().

Member Data Documentation

std::string BIAS::BaseException::Message_
protectedinherited

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