CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
#include <CiftiException.h>
Public Member Functions | |
CiftiException () | |
CiftiException (const AString &s) | |
CiftiException (const CiftiException &e) | |
CiftiException & | operator= (const CiftiException &e) |
virtual | ~CiftiException () throw () |
virtual AString | whatString () const throw () |
An exception thrown from CiftiLib.
CiftiException::CiftiException | ( | ) |
Constructor.
CiftiException::CiftiException | ( | const AString & | s | ) |
Constructor.
s | Description of the exception. |
CiftiException::CiftiException | ( | const CiftiException & | e | ) |
Copy Constructor.
e | Exception that is copied. |
|
virtual |
Destructor
CiftiException & CiftiException::operator= | ( | const CiftiException & | e | ) |
Assignment operator.
e | Exception that is copied. |
|
virtual |
Get a message describing the exception.