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

non fatal exception More...

#include <Base/Debug/Exception.hh>

+ Inheritance diagram for BIAS::NonFatalException:
+ Collaboration diagram for BIAS::NonFatalException:

Public Member Functions

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

Protected Attributes

std::string Message_
 

Detailed Description

non fatal exception

Author
woelk 01/2006

Definition at line 112 of file Exception.hh.

Constructor & Destructor Documentation

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

Definition at line 116 of file Exception.hh.

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

Definition at line 120 of file Exception.hh.

BIAS::NonFatalException::~NonFatalException ( )
throw (
)
inline

Definition at line 124 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: