#include <IsoException.h>
Public Methods | |
IsoException () | |
Creates a new exception with the message "unknown error". | |
IsoException (const std::string &msg) | |
Creates a new exception with the specified message. | |
void | showMessageBox () const |
Displays an appropriate message box to the user containing this exception's message. | |
const std::string & | getMessage () const |
Returns this exception's message string. |
|
Creates a new exception with the message "unknown error". Authors: Jim Clase, Jonathan Hilliker, Jason Winnebeck |
|
Creates a new exception with the specified message.
|
|
Returns this exception's message string.
|
|
Displays an appropriate message box to the user containing this exception's message.
|