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

Trying to read past EOF. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgyEndOfFile:
OpenZGY::Errors::ZgyError

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.
 

Detailed Description

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.


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