yat
0.14.5pre
|
Class for errors reported from underlying GSL calls. More...
#include <yat/utility/Exception.h>
Public Member Functions | |
GSL_error (std::string message) | |
Constructor to create an exception with a message. | |
GSL_error (std::string message, int gsl_status) | |
Constructor to create an exception with a message containg the GSL error description. | |
Class for errors reported from underlying GSL calls.
GSL_error is used in the same way as C++ standard library exceptions.