trikRuntime
trikKernel::FailedToOpenFileException Class Reference

Exception that is thrown when file opening operation failed. More...

#include <failedToOpenFileException.h>

Inheritance diagram for trikKernel::FailedToOpenFileException:
Collaboration diagram for trikKernel::FailedToOpenFileException:

Public Member Functions

 FailedToOpenFileException (const QFile &file)
 Constructor. More...
 
const QFile & file () const
 Returns file that is failed to open. More...
 
- Public Member Functions inherited from trikKernel::TrikRuntimeException
 TrikRuntimeException ()=default
 
 ~TrikRuntimeException ()=default
 
 TrikRuntimeException (TrikRuntimeException &&e)=default
 Default. More...
 
 TrikRuntimeException (const TrikRuntimeException &e)=delete
 Deleted. More...
 

Detailed Description

Exception that is thrown when file opening operation failed.

Constructor & Destructor Documentation

trikKernel::FailedToOpenFileException::FailedToOpenFileException ( const QFile &  file)
inlineexplicit

Constructor.

Parameters
file- file that is failed to open.

Member Function Documentation

const QFile& trikKernel::FailedToOpenFileException::file ( ) const
inline

Returns file that is failed to open.


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