21 ShogunException::init(
const char* str)
23 size_t n = strlen(str) + 1;
25 val = (
char*) malloc(n);
29 fprintf(stderr,
"Could not even allocate memory for exception"
virtual ~ShogunException()
Class ShogunException defines an exception which is thrown whenever an error inside of shogun occurs...
ShogunException(const char *str)
static bool unset_handler()
all of classes and functions are contained in the shogun namespace