Exception thrown when interruption occurs, e.g. user press ESC key.
More...
#include <baseqexception.h>
|
BASE_EXPORT | InterruptException (bool safe, const QString &state=QString()) |
|
BASE_EXPORT bool | wasSafe () const |
| returns TRUE if the interrupt was "Safe", in that the model was left in a repeatable and valid state.
|
|
BASE_EXPORT QString | state () const |
|
BASE_EXPORT | Exception (const QString &s_, const QVariant &v1=QVariant(), const QVariant &v2=QVariant(), const QVariant &v3=QVariant(), const QVariant &v4=QVariant(), const QVariant &v5=QVariant(), const QVariant &v6=QVariant()) |
|
BASE_EXPORT | ~Exception () throw () |
| Destructor.
|
|
virtual BASE_EXPORT const char * | what () const throw () |
| Returns the contents of the error message as a const char.
|
|
BASE_EXPORT void | setMessage (const QString &s) |
| Allows the message carried by the exception to be replaced with a new one.
|
|
Exception thrown when interruption occurs, e.g. user press ESC key.
◆ InterruptException()
BASE_EXPORT InterruptException::InterruptException |
( |
bool |
safe, |
|
|
const QString & |
state = QString() |
|
) |
| |
|
inline |
Constructor
- Parameters
-
safe | indicates that is safe to interrupt |
state | see function state() |
◆ state()
BASE_EXPORT QString InterruptException::state |
( |
| ) |
const |
|
inline |
Only needed for a safe interrupt. A state string to be used to indicate that the conditions required to duplicate the interupt have been met. A case-sensitive match between this string (Stored in the record) and a string representing the current state indicates that an interrupt should be simulated.
The documentation for this class was generated from the following file: