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


Public Member Functions | |
| VersionNotSupportedException (const string &msg, const string &file, int line) throw () | |
| Creates an Exception with message msg and no cause. | |
| VersionNotSupportedException (Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a cause. | |
| VersionNotSupportedException (const string &msg, Throwable &cause, const string &file, int line) throw () | |
| Creates an Exception with a message and a cause. | |
Definition at line 14 of file VersionNotSupportedException.h.
|
||||||||||||||||
|
Creates an Exception with message msg and no cause.
Definition at line 19 of file VersionNotSupportedException.h. |
|
||||||||||||||||
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 27 of file VersionNotSupportedException.h. |
|
||||||||||||||||||||
|
Creates an Exception with a message and a cause.
Definition at line 34 of file VersionNotSupportedException.h. |
1.3.5