Public Member Functions | |
StdExceptionWrapper (const std::exception &exception) throw () | |
Creates an Exception with message msg and no cause. | |
StdExceptionWrapper (const std::exception &exception, const string &file, unsigned line) throw () | |
Creates an Exception with message msg and no cause, but with a file and line. |
Definition at line 9 of file StdExceptionWrapper.h.
|
Creates an Exception with message msg and no cause.
Definition at line 14 of file StdExceptionWrapper.h. References Sct::AbstractThrowable::initialize(). Here is the call graph for this function: ![]() |
|
Creates an Exception with message msg and no cause, but with a file and line.
Definition at line 20 of file StdExceptionWrapper.h. References Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), and Sct::AbstractThrowable::line. Here is the call graph for this function: ![]() |