trikRuntime
|
Exception that is thrown when something is wrong with runtime configuration files. More...
#include <malformedConfigException.h>
Public Member Functions | |
MalformedConfigException (const QString &errorMessage) | |
Constructor. More... | |
MalformedConfigException (const QString &errorMessage, const QDomNode &node) | |
Constructor. More... | |
QString | errorMessage () const |
Returns error message. More... | |
Public Member Functions inherited from trikKernel::TrikRuntimeException | |
TrikRuntimeException ()=default | |
~TrikRuntimeException ()=default | |
TrikRuntimeException (TrikRuntimeException &&e)=default | |
Default. More... | |
TrikRuntimeException (const TrikRuntimeException &e)=delete | |
Deleted. More... | |
Exception that is thrown when something is wrong with runtime configuration files.
|
inline |
Constructor.
errorMessage | - string message that specifies what was wrong. |
|
inline |
Constructor.
errorMessage | - string message that specifies what was wrong. |
node | - XML node where error was detected. |
|
inline |
Returns error message.