trikRuntime
|
Exception that is thrown when something is wrong with implementation of trikRuntime. More...
#include <internalErrorException.h>
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... | |
Exception that is thrown when something is wrong with implementation of trikRuntime.
|
inline |
Constructor.
message | - information about what went wrong. |
|
inline |
Returns exception information.