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

Exception that might be caused by the calling application. More...

#include <exception.h>

Inheritance diagram for OpenZGY::Errors::ZgyUserError:
OpenZGY::Errors::ZgyError

Public Member Functions

 ZgyUserError (const std::string &arg)
 Exception that might be caused by the calling application.
 

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 the calling application.

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.


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