|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Corrupted or unsupported ZGY file. More...
#include <exception.h>
Public Member Functions | |
| ZgyFormatError (const std::string &arg) | |
| Corrupted or unsupported ZGY file. | |
Additional Inherited Members | |
Protected Member Functions inherited from OpenZGY::Errors::ZgyError | |
| ZgyError (const std::string &arg) | |
| Base class for all exceptions thrown by OpenZGY. | |
Corrupted or unsupported ZGY file.
In some cases a corrupted file might lead to a ZgyInternalError or ZgyEndOfFile being thrown instead of this one. Because it isn't always easy to figure out the root cause.
1.8.17