ewmscp
..
|
class for exceptions that advise for delays Exceptions of this kind are to be thrown when circumstances advise that files with the same extension as the curren one should be processed after a delay. More...
#include <inputHandler.h>
Public Member Functions | |
delayAdvisingError (const std::string &aWhat) | |
delayAdvisingError (const char *aWhat) | |
~delayAdvisingError () override=default | |
class for exceptions that advise for delays Exceptions of this kind are to be thrown when circumstances advise that files with the same extension as the curren one should be processed after a delay.
Typical case: file changes during reading. Should only be thrown by input handlers.
Definition at line 22 of file inputHandler.h.
|
inline |
Definition at line 24 of file inputHandler.h.
|
inline |
Definition at line 25 of file inputHandler.h.
|
overridedefault |