33#include <NDEVR/File.h>
Definition Exception.h:66
NDEVR_BASE_API CancelException(const TranslatedString &message)
Definition Exception.cpp:127
Definition Exception.hpp:56
Definition Exception.h:40
ExceptionType
Definition Exception.h:43
@ e_file_exits
Definition Exception.h:48
@ e_file_invalid
Definition Exception.h:49
@ e_no_create
Definition Exception.h:52
@ e_does_not_exist
Definition Exception.h:47
@ e_not_supported
Definition Exception.h:51
@ e_no_open
Definition Exception.h:45
@ e_generic
Definition Exception.h:44
@ e_already_open
Definition Exception.h:46
@ e_checksum_failed
Definition Exception.h:50
ExceptionType getType() const
Definition Exception.h:59
NDEVR_BASE_API FileException(const File &file, ExceptionType type=e_generic)
Definition Exception.cpp:85
const File & getFile() const
Definition Exception.h:58
Definition TranslatedString.h:9