OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | List of all members
OpenZGY::Errors::ZgyAborted Class Reference

User aborted the computation. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgyAborted:
OpenZGY::Errors::ZgyError

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: