#include <gspn/common.hh>
Public Member Functions | |
gspn_exception (const std::string &where, int err) | |
int | get_err () const |
std::string | get_where () const |
Private Attributes | |
int | err_ |
std::string | where_ |
spot::gspn_exception::gspn_exception | ( | const std::string & | where, | |
int | err | |||
) | [inline] |
int spot::gspn_exception::get_err | ( | ) | const [inline] |
std::string spot::gspn_exception::get_where | ( | ) | const [inline] |
int spot::gspn_exception::err_ [private] |
std::string spot::gspn_exception::where_ [private] |