Seismic Drive Client API
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
seismicdrive::error::dataset::context::PathMismatch Class Reference

#include <SDException.h>

Inheritance diagram for seismicdrive::error::dataset::context::PathMismatch:
Inheritance graph
[legend]
Collaboration diagram for seismicdrive::error::dataset::context::PathMismatch:
Collaboration graph
[legend]

Classes

class  Impl
 

Public Member Functions

std::string getPath ()
 
std::string getContextPath ()
 
 PathMismatch (const Impl &impl)
 
 ~PathMismatch ()
 

Protected Member Functions

 PathMismatch (Impl *impl)
 

Protected Attributes

std::shared_ptr< Implimpl
 

Detailed Description

The serialized dataset's path doesn't match this dataset.

Constructor & Destructor Documentation

◆ PathMismatch() [1/2]

seismicdrive::error::dataset::context::PathMismatch::PathMismatch ( const Impl impl)

◆ ~PathMismatch()

seismicdrive::error::dataset::context::PathMismatch::~PathMismatch ( )

◆ PathMismatch() [2/2]

seismicdrive::error::dataset::context::PathMismatch::PathMismatch ( Impl impl)
protected

Member Function Documentation

◆ getContextPath()

std::string seismicdrive::error::dataset::context::PathMismatch::getContextPath ( )

Returns the serialized dataset path.

◆ getPath()

std::string seismicdrive::error::dataset::context::PathMismatch::getPath ( )

Returns the dataset path.

Member Data Documentation

◆ impl

std::shared_ptr<Impl> seismicdrive::error::dataset::context::PathMismatch::impl
protected

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