#include <BSUtilitiesError.h>
Public Member Functions | |
BSUtilitiesError (const std::string &message) | |
virtual | ~BSUtilitiesError () |
virtual std::string | message () const |
Protected Attributes | |
std::string | _message |
all exceptions in BSUtilities are derived from BSUtilitiesError; if provided with a message, this will be available after catch.
Definition at line 39 of file BSUtilitiesError.h.