Akonadi::Server::Exception

Search for usage in LXR

Akonadi::Server::Exception Class Reference

#include <exception.h>

Inheritance diagram for Akonadi::Server::Exception:

Public Member Functions

 Exception (const char *what) noexcept
 
 Exception (const Exception &)=delete
 
 Exception (const QByteArray &what) noexcept
 
 Exception (const QString &what) noexcept
 
Exceptionoperator= (const Exception &)=delete
 
virtual const char * type () const noexcept
 
const char * what () const noexcept override
 

Protected Attributes

QByteArray mWhat
 

Detailed Description

Base class for exception used internally by the Akonadi server.

Definition at line 20 of file server/exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/3]

Akonadi::Server::Exception::Exception ( const char * what)
inlineexplicitnoexcept

Definition at line 23 of file server/exception.h.

◆ Exception() [2/3]

Akonadi::Server::Exception::Exception ( const QByteArray & what)
inlineexplicitnoexcept

Definition at line 28 of file server/exception.h.

◆ Exception() [3/3]

Akonadi::Server::Exception::Exception ( const QString & what)
inlineexplicitnoexcept

Definition at line 33 of file server/exception.h.

Member Function Documentation

◆ type()

virtual const char * Akonadi::Server::Exception::type ( ) const
inlinevirtualnoexcept

Definition at line 48 of file server/exception.h.

◆ what()

const char * Akonadi::Server::Exception::what ( ) const
inlineoverridenoexcept

Definition at line 43 of file server/exception.h.

Member Data Documentation

◆ mWhat

QByteArray Akonadi::Server::Exception::mWhat
protected

Definition at line 54 of file server/exception.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.