OpenZGY/C++ Public API (ALPHA)
Access seismic data stored in ZGY format.
Classes
OpenZGY::Errors Namespace Reference

Exceptions that can be thrown by OpenZGY. More...

Classes

class  ZgyAborted
 User aborted the computation. More...
 
class  ZgyCorruptedFile
 The ZGY file became corrupted while writing to it. More...
 
class  ZgyEndOfFile
 Trying to read past EOF. More...
 
class  ZgyError
 Base class for all exceptions thrown by OpenZGY. More...
 
class  ZgyFormatError
 Corrupted or unsupported ZGY file. More...
 
class  ZgyInternalError
 Exception that might be caused by a bug in OpenZGY. More...
 
class  ZgyIoError
 Exception from the I/O layer. More...
 
class  ZgyMissingFeature
 Missing feature. More...
 
class  ZgySegmentIsClosed
 Exception used internally to request a retry. More...
 
class  ZgyUserError
 Exception that might be caused by the calling application. More...
 

Detailed Description

Exceptions that can be thrown by OpenZGY.