trikRuntime
|
Exception that is thrown when file opening operation failed. More...
#include <failedToOpenFileException.h>
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... | |
Exception that is thrown when file opening operation failed.
|
inlineexplicit |
Constructor.
file | - file that is failed to open. |
|
inline |
Returns file that is failed to open.