libquentier  0.4.0
The library for rich desktop clients of Evernote service
Public Member Functions | Protected Member Functions | List of all members
quentier::NullPtrException Class Reference
Inheritance diagram for quentier::NullPtrException:
Inheritance graph
[legend]
Collaboration diagram for quentier::NullPtrException:
Collaboration graph
[legend]

Public Member Functions

 NullPtrException (const ErrorString &message)
 
- Public Member Functions inherited from quentier::IQuentierException
 IQuentierException (const ErrorString &message)
 
QString localizedErrorMessage () const
 
QString nonLocalizedErrorMessage () const
 
virtual const char * what () const Q_DECL_OVERRIDE throw ()
 
virtual QTextStream & print (QTextStream &strm) const Q_DECL_OVERRIDE
 
- Public Member Functions inherited from quentier::Printable
virtual const QString toString () const
 

Protected Member Functions

virtual const QString exceptionDisplayName () const Q_DECL_OVERRIDE
 
- Protected Member Functions inherited from quentier::IQuentierException
 IQuentierException (const IQuentierException &other)
 
IQuentierExceptionoperator= (const IQuentierException &other)
 
- Protected Member Functions inherited from quentier::Printable
 Printable (const Printable &other)