trikRuntime
trikKernel::InternalErrorException Class Reference

Exception that is thrown when something is wrong with implementation of trikRuntime. More...

#include <internalErrorException.h>

Inheritance diagram for trikKernel::InternalErrorException:
Collaboration diagram for trikKernel::InternalErrorException:

Public Member Functions

 InternalErrorException (const QString &message)
 Constructor. More...
 
const QString & message () const
 Returns exception information. 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 implementation of trikRuntime.

Constructor & Destructor Documentation

trikKernel::InternalErrorException::InternalErrorException ( const QString &  message)
inline

Constructor.

Parameters
message- information about what went wrong.

Member Function Documentation

const QString& trikKernel::InternalErrorException::message ( ) const
inline

Returns exception information.


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