Image Formats NG
Public Member Functions | List of all members
ImageTool::RuntimeError Class Reference

Exception with localized string describing occured error. More...

Inheritance diagram for ImageTool::RuntimeError:
ImageTool::Exception

Public Member Functions

 RuntimeError (const QString &message)
 Constructs RuntimeError with the message message.
 
 RuntimeError (QString &&message) Q_DECL_NOEXCEPT
 Move-constructs RuntimeError with the message message.
 
 ~RuntimeError () Q_DECL_NOEXCEPT override
 Destroys the object.
 
const QString & message () const Q_DECL_NOEXCEPT
 Returns the message describing the error.
 
const char * what () const Q_DECL_NOEXCEPT override
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
- Public Member Functions inherited from ImageTool::Exception
 Exception ()
 Constructs Exception.
 
 ~Exception () Q_DECL_NOEXCEPT override
 Destroys the object.
 
const char * what () const Q_DECL_NOEXCEPT override
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 

Detailed Description

Exception with localized string describing occured error.