trikRuntime
trikKernel::MalformedConfigException Class Reference

Exception that is thrown when something is wrong with runtime configuration files. More...

#include <malformedConfigException.h>

Inheritance diagram for trikKernel::MalformedConfigException:
Collaboration diagram for trikKernel::MalformedConfigException:

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...
 

Detailed Description

Exception that is thrown when something is wrong with runtime configuration files.

Constructor & Destructor Documentation

trikKernel::MalformedConfigException::MalformedConfigException ( const QString &  errorMessage)
inline

Constructor.

Parameters
errorMessage- string message that specifies what was wrong.
trikKernel::MalformedConfigException::MalformedConfigException ( const QString &  errorMessage,
const QDomNode &  node 
)
inline

Constructor.

Parameters
errorMessage- string message that specifies what was wrong.
node- XML node where error was detected.

Member Function Documentation

QString trikKernel::MalformedConfigException::errorMessage ( ) const
inline

Returns error message.


The documentation for this class was generated from the following file: