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

Exception that might be caused by a bug in OpenZGY. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgyInternalError:
OpenZGY::Errors::ZgyError

Public Member Functions

 ZgyInternalError (const std::string &arg)
 Exception that might be caused by a bug in OpenZGY.
 

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

Exception that might be caused by a bug in OpenZGY.

Determining whether a problem is the fault of the calling application or the OpenZGY library itself can be guesswork. Application code might choose to treat ZgyUserError and ZgyInternalError the same way.

A corrupt file might also be reported as ZgyInternalError instead of the more appropriate ZgyFormatError.


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