#include <SctApiAccessException.h>
Inheritance diagram for SctCalibrationController::SctApiAccessException:
Public Member Functions | |
SctApiAccessException (const CORBA::Exception &error, const string &msg, const string &file, int line) throw () | |
Creates an Exception with message msg and no cause. | |
SctApiAccessException (const CORBA::Exception &error, Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a cause. | |
SctApiAccessException (const CORBA::Exception &error, const string &msg, Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a message and a cause. | |
Protected Member Functions | |
SctApiAccessException () throw () |
Definition at line 13 of file SctApiAccessException.h.
|
Creates an Exception with message msg and no cause.
Definition at line 18 of file SctApiAccessException.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 with a cause. Useful for simply wrapping exceptions. Definition at line 27 of file SctApiAccessException.h. References Sct::AbstractThrowable::cause, Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), and Sct::AbstractThrowable::line. Here is the call graph for this function: ![]() |
|
Creates an Exception with a message and a cause.
Definition at line 35 of file SctApiAccessException.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: ![]() |