Faspstream Manager C/C++ API  3.6.1
A C and C++ language interface to basic streaming over the fasp protocol
FaspStreamException Class Reference

#include <FaspStreamException.h>

Inheritance diagram for FaspStreamException:

Public Member Functions

 FaspStreamException (const std::string &what, const DebugInfo &info)
 
 FaspStreamException (const std::string &what)
 
 FaspStreamException (const FaspStreamException &ex)
 
virtual ~FaspStreamException () throw ()
 
virtual const char * what () const throw ()
 
virtual std::string getDebugDetails () const
 

Detailed Description

Thrown when various runtime exceptions and errors occur in the internal code.

Constructor & Destructor Documentation

FaspStreamException::FaspStreamException ( const std::string &  what,
const DebugInfo info 
)
inline
FaspStreamException::FaspStreamException ( const std::string &  what)
inline
FaspStreamException::FaspStreamException ( const FaspStreamException ex)
inline
virtual FaspStreamException::~FaspStreamException ( )
throw (
)
inlinevirtual

Member Function Documentation

virtual std::string FaspStreamException::getDebugDetails ( ) const
inlinevirtual
virtual const char* FaspStreamException::what ( ) const
throw (
)
inlinevirtual

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