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

Exception from the I/O layer. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgyIoError:
OpenZGY::Errors::ZgyError

Public Member Functions

 ZgyIoError (const std::string &filename, int system_errno)
 Exception from the I/O layer.
 

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 from the I/O layer.

Some error was received from a linux syscall acting on a file. For cloud access the actual exception thrown by the back end might be reported instead of wrapping it into a ZgyIoError.


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