|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Go to the documentation of this file.
30 namespace OpenZGY {
namespace Errors {
42 #pragma warning(disable: 4275) // std::runtine_error not dll-exported
48 class OPENZGY_API
ZgyError:
public std::runtime_error
190 ZgyIoError(
const std::string& filename,
int system_errno);
Exception that might be caused by a bug in OpenZGY.
Definition: exception.h:115
Missing feature.
Definition: exception.h:172
Corrupted or unsupported ZGY file.
Definition: exception.h:66
User aborted the computation.
Definition: exception.h:158
The entire public API is in this namespace.
Definition: api.cpp:68
Trying to read past EOF.
Definition: exception.h:128
Exception that might be caused by the calling application.
Definition: exception.h:98
Base class for all exceptions thrown by OpenZGY.
Definition: exception.h:48
Exception from the I/O layer.
Definition: exception.h:186
The ZGY file became corrupted while writing to it.
Definition: exception.h:84
Exception used internally to request a retry.
Definition: exception.h:143