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::BaseException Class Reference

generic exception More...

#include <Base/Debug/Exception.hh>

+ Inheritance diagram for BIAS::BaseException:
+ Collaboration diagram for BIAS::BaseException:

Public Member Functions

 BaseException (const char *error_message) throw ()
 
 BaseException (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...
 
 ~BaseException () throw ()
 

Protected Attributes

std::string Message_
 

Detailed Description

generic exception

Author
woelk 01/2006

Definition at line 77 of file Exception.hh.

Constructor & Destructor Documentation

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

Definition at line 81 of file Exception.hh.

References Message_.

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

Definition at line 87 of file Exception.hh.

References Message_.

BIAS::BaseException::~BaseException ( )
throw (
)
inline

Definition at line 93 of file Exception.hh.

Member Function Documentation

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

Definition at line 95 of file Exception.hh.

References Message_.

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

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

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

Definition at line 100 of file Exception.hh.

References Message_.

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

Member Data Documentation

std::string BIAS::BaseException::Message_
protected

Definition at line 105 of file Exception.hh.

Referenced by BaseException(), What(), and what().


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