#include <MySqlException.h>
Inheritance diagram for SctArchiving::MySqlException:
Public Member Functions | |
MySqlException (const string &msg, const string &file, int line) throw () | |
Creates an Exception with a cause. | |
MySqlException (const string &msg, Throwable *cause, const string &file, int line) throw () | |
Creates an Exception without a cause;. | |
Protected Member Functions | |
MySqlException () throw () |
Definition at line 12 of file MySqlException.h.
|
Creates an Exception with a cause.
Definition at line 17 of file MySqlException.h. References Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), Sct::AbstractThrowable::line, and Sct::AbstractThrowable::msg. Here is the call graph for this function: ![]() |
|
Creates an Exception without a cause;.
Definition at line 23 of file MySqlException.h. References Sct::AbstractThrowable::cause, Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), Sct::AbstractThrowable::line, and Sct::AbstractThrowable::msg. Here is the call graph for this function: ![]() |