View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Member Functions | Protected Attributes | List of all members
vistle::except::exception Class Reference

#include <util/exception.h>

Inheritance diagram for vistle::except::exception:
Inheritance graph
[legend]
Collaboration diagram for vistle::except::exception:
Collaboration graph
[legend]

Public Member Functions

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

Protected Attributes

std::string m_info
 

Constructor & Destructor Documentation

◆ exception()

vistle::except::exception::exception ( const std::string &  what = "vistle error")

◆ ~exception()

vistle::except::exception::~exception ( )
throw (
)
virtual

Member Function Documentation

◆ info()

const char * vistle::except::exception::info ( ) const
throw (
)
virtual

◆ what()

const char * vistle::except::exception::what ( ) const
throw (
)
virtual

◆ where()

const char * vistle::except::exception::where ( ) const
throw (
)
virtual

Member Data Documentation

◆ m_info

std::string vistle::except::exception::m_info
protected

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