|
Seismic Drive Client API
|
#include <SDException.h>


Classes | |
| class | Impl |
Public Member Functions | |
| std::string | getPath () |
| NotOpen (const Impl &impl) | |
| ~NotOpen () | |
Public Member Functions inherited from seismicdrive::error::dataset::Error | |
| std::string | getPath () |
| Error (const Impl &impl) | |
| ~Error () | |
Protected Member Functions | |
| NotOpen (Impl *impl) | |
Protected Member Functions inherited from seismicdrive::error::dataset::Error | |
| Error (Impl *impl) | |
Protected Attributes | |
| Impl & | impl |
Protected Attributes inherited from seismicdrive::error::dataset::Error | |
| std::shared_ptr< Impl > | impl |
The dataset should be open, but it isn't.
| seismicdrive::error::dataset::NotOpen::NotOpen | ( | const Impl & | impl | ) |
| seismicdrive::error::dataset::NotOpen::~NotOpen | ( | ) |
|
protected |
| std::string seismicdrive::error::dataset::NotOpen::getPath | ( | ) |
Returns the dataset path.
|
protected |
1.8.14