#include <ConfigurationException.h>
Inheritance diagram for Sct::ConfigurationException:

Public Member Functions | |
| ConfigurationException (const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause. | |
| ConfigurationException (Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause. | |
| ConfigurationException (const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause. | |
Protected Member Functions | |
| ConfigurationException () throw () | |
e.g. where a particular process cannot sensibly start.
Definition at line 13 of file ConfigurationException.h.
|
||||||||||||||||
|
Creates an Exception with message msg and no cause.
Definition at line 18 of file ConfigurationException.h. References Sct::AbstractThrowable::initialize(). |
|
||||||||||||||||
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 26 of file ConfigurationException.h. References Sct::AbstractThrowable::initialize(). |
|
||||||||||||||||||||
|
Creates an Exception with a message and a cause.
Definition at line 33 of file ConfigurationException.h. References Sct::AbstractThrowable::initialize(). |
|
|
Definition at line 38 of file ConfigurationException.h. |
1.3-rc3