qTbot 0.2.102.bb22a69
qTbot is base back end library for your c++ Qt projects.
qTbot::InternalException Class Reference

The InternalException class contais string value to describe what happened. More...

#include <internalexception.h>

Public Member Functions

 InternalException (const QByteArray &erroString={})
 
const char * what () const noexcept override
 
void raise () const override
 
QException * clone () const override
 

Detailed Description

The InternalException class contais string value to describe what happened.

Definition at line 20 of file internalexception.h.

Inheritance diagram for qTbot::InternalException:
Inheritance graph
Collaboration diagram for qTbot::InternalException:
Collaboration graph

Constructor & Destructor Documentation

◆ InternalException()

qTbot::InternalException::InternalException ( const QByteArray &  erroString = {})

Definition at line 12 of file internalexception.cpp.

Member Function Documentation

◆ clone()

QException * qTbot::InternalException::clone ( ) const
override

Definition at line 25 of file internalexception.cpp.

◆ raise()

void qTbot::InternalException::raise ( ) const
override

Definition at line 21 of file internalexception.cpp.

◆ what()

const char * qTbot::InternalException::what ( ) const
overridenoexcept

Definition at line 17 of file internalexception.cpp.


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