|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
User aborted the computation. More...
#include <exception.h>
Public Member Functions | |
| ZgyAborted (const std::string &arg) | |
| User aborted the computation. | |
Additional Inherited Members | |
Protected Member Functions inherited from OpenZGY::Errors::ZgyError | |
| ZgyError (const std::string &arg) | |
| Base class for all exceptions thrown by OpenZGY. | |
User aborted the computation.
If the user supplied a progress callback and this callback returned false then the operation in progress will and by throwing this exception. Which means that this is not an error; it is a consequence of the abort.
1.8.17