|
OpenZGY/C++ API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Exception that might be caused by a bug in OpenZGY. More...
#include <exception.h>
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. | |
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.
1.8.17