|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Trying to read past EOF. More...
#include <exception.h>
Public Member Functions | |
| ZgyEndOfFile (const std::string &arg) | |
| Trying to read past EOF. | |
Additional Inherited Members | |
Protected Member Functions inherited from OpenZGY::Errors::ZgyError | |
| ZgyError (const std::string &arg) | |
| Base class for all exceptions thrown by OpenZGY. | |
Trying to read past EOF.
This is always considered an error, and is often due to a corrupted ZGY file. So this error should probably be treated as a ZgyFormatError.
1.8.17