WPILibC++
unspecified
|
general exception of the json class More...
#include <json.h>
Public Member Functions | |
virtual const char * | what () const noexceptoverride |
returns the explanatory string | |
Public Attributes | |
const int | id |
the id of the exception | |
Protected Member Functions | |
exception (int id_, const char *what_arg) | |
Static Protected Member Functions | |
static std::string | name (const std::string &ename, int id) |
general exception of the json class
Extension of std::exception objects with a member id for exception ids.