An exception used to forward NIPS errors. More...
#include <nips/common.hh>
Public Member Functions | |
nips_exception (const std::string &where, int err) | |
nips_exception (const std::string &where) | |
int | get_err () const |
std::string | get_where () const |
int | get_err_defined () const |
Private Attributes | |
int | err_ |
std::string | where_ |
bool | err_defined_ |
An exception used to forward NIPS errors.
spot::nips_exception::nips_exception | ( | const std::string & | where, | |
int | err | |||
) | [inline] |
spot::nips_exception::nips_exception | ( | const std::string & | where | ) | [inline] |
int spot::nips_exception::get_err | ( | ) | const [inline] |
References err_.
int spot::nips_exception::get_err_defined | ( | ) | const [inline] |
References err_defined_.
std::string spot::nips_exception::get_where | ( | ) | const [inline] |
References where_.
int spot::nips_exception::err_ [private] |
Referenced by get_err().
bool spot::nips_exception::err_defined_ [private] |
Referenced by get_err_defined().
std::string spot::nips_exception::where_ [private] |
Referenced by get_where().