COVISE Core
Public Member Functions | Protected Attributes | Private Attributes | List of all members
covise::exception Class Reference

#include <coException.h>

Inheritance diagram for covise::exception:
Inheritance graph
[legend]
Collaboration diagram for covise::exception:
Collaboration graph
[legend]

Public Member Functions

 exception (const std::string &what="covise error")
 
virtual ~exception () throw ()
 
virtual const char * what () const throw ()
 
virtual const char * info () const throw ()
 

Protected Attributes

std::string m_info
 

Private Attributes

std::string m_what
 

Constructor & Destructor Documentation

◆ exception()

covise::exception::exception ( const std::string what = "covise error")

◆ ~exception()

covise::exception::~exception ( )
throw (
)
virtual

Member Function Documentation

◆ info()

const char * covise::exception::info ( ) const
throw (
)
virtual

◆ what()

const char * covise::exception::what ( ) const
throw (
)
virtual

Member Data Documentation

◆ m_info

std::string covise::exception::m_info
protected

◆ m_what

std::string covise::exception::m_what
private

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