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

Corrupted or unsupported ZGY file. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgyFormatError:
OpenZGY::Errors::ZgyError

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.
 

Detailed Description

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.


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