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

#include <SDException.h>

Inheritance diagram for seismicdrive::error::storage::NotImplemented:
Inheritance graph
[legend]
Collaboration diagram for seismicdrive::error::storage::NotImplemented:
Collaboration graph
[legend]

Classes

class  Impl
 

Public Member Functions

std::string whatsNotImplemented ()
 
 NotImplemented (const Impl &impl)
 
 ~NotImplemented ()
 
- Public Member Functions inherited from seismicdrive::error::storage::Error
 Error (const Impl &impl)
 
 ~Error ()
 

Protected Member Functions

 NotImplemented (Impl *impl)
 
- Protected Member Functions inherited from seismicdrive::error::storage::Error
 Error (Impl *impl)
 

Protected Attributes

Implimpl
 
- Protected Attributes inherited from seismicdrive::error::storage::Error
std::shared_ptr< Implimpl
 

Detailed Description

An unimplemented method was invoked.

Constructor & Destructor Documentation

◆ NotImplemented() [1/2]

seismicdrive::error::storage::NotImplemented::NotImplemented ( const Impl impl)

◆ ~NotImplemented()

seismicdrive::error::storage::NotImplemented::~NotImplemented ( )

◆ NotImplemented() [2/2]

seismicdrive::error::storage::NotImplemented::NotImplemented ( Impl impl)
protected

Member Function Documentation

◆ whatsNotImplemented()

std::string seismicdrive::error::storage::NotImplemented::whatsNotImplemented ( )

Returns information about what triggered the exception, typically of the form "class::function".

Member Data Documentation

◆ impl

Impl& seismicdrive::error::storage::NotImplemented::impl
protected

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