Texture Viewer
Public Member Functions | List of all members
TextureTool::Exception Class Reference
Inheritance diagram for TextureTool::Exception:
TextureTool::ExitException TextureTool::RuntimeError

Public Member Functions

 Exception ()
 
 ~Exception () Q_DECL_NOEXCEPT override
 
const char * what () const Q_DECL_NOEXCEPT override
 

Detailed Description

Base class for TextureTool's exceptions

Constructor & Destructor Documentation

◆ Exception()

TextureTool::Exception::Exception ( )
default

Constructs Exception.

◆ ~Exception()

TextureTool::Exception::~Exception ( )
overridedefault

Destroys the object.

Member Function Documentation

◆ what()

const char * TextureTool::Exception::what ( ) const
override

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.