24 #ifndef __CORE_EXCEPTIONS_SYSTEM_H_ 25 #define __CORE_EXCEPTIONS_SYSTEM_H_ 27 #include <core/exception.h> 56 const char *additional_msg = 0)
throw();
64 const char *additional_msg = 0)
throw();
71 const char *additional_msg = 0)
throw();
File could not be opened.
Fawkes library namespace.
The current system call has timed out before completion.
TimeoutException()
Constructor.
FileWriteException(const char *filename, int errnum, const char *additional_msg=0)
Constructor with error number.
OutOfMemoryException()
Constructor.
Base class for exceptions in Fawkes.
FileReadException(const char *filename, int errnum, const char *additional_msg=0)
Constructor with error number.
The current system call has been interrupted (for instance by a signal).
InterruptedException()
Constructor.
System ran out of memory and desired operation could not be fulfilled.
CouldNotOpenFileException(const char *filename, int errnum, const char *additional_msg=0)
Constructor with error number.