1 #ifndef _theplu_yat_utility_exception_
2 #define _theplu_yat_utility_exception_
99 GSL_error(std::string message,
int gsl_status);
Class for errors reported from underlying GSL calls.
Definition: Exception.h:87
errno_error(std::string message)
runtime_error(std::string message)
Constructor.
Class used for all runtime error detected within yat library.
Definition: Exception.h:38
Class that contains information reported via global variable errno.
Definition: Exception.h:71
Class to report errors associated with IO operations.
Definition: Exception.h:109
cmd_error(std::string message)
Constructor.
GSL_error(std::string message)
Constructor to create an exception with a message.
Class used for error reported from Commandline or Option.
Definition: Exception.h:53
IO_error(std::string message)
Constructor to create an exception with a message.