#include <SctApiException.h>
Inheritance diagram for SctCalibrationController::SctApiException:


Public Member Functions | |
| SctApiException (const ilu_Exception &error, const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause. | |
| SctApiException (const ilu_Exception &error, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause. | |
| SctApiException (const ilu_Exception &error, const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause. | |
Definition at line 13 of file SctApiException.h.
|
||||||||||||||||||||
|
Creates an Exception with message msg and no cause.
Definition at line 18 of file SctApiException.h. |
|
||||||||||||||||||||
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 27 of file SctApiException.h. |
|
||||||||||||||||||||||||
|
Creates an Exception with a message and a cause.
Definition at line 35 of file SctApiException.h. |
1.3.5