Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
Core::Error::NotImplemented Class Reference

Encountered an unimplemented feature. More...

#include <Error.h>

+ Inheritance diagram for Core::Error::NotImplemented:
+ Collaboration diagram for Core::Error::NotImplemented:

Public Member Functions

 NotImplemented (const std::string &feature_name="")
 Create a not-implemented exception. More...
 
virtual const char * what () const throw ()
 Returns "Not implemented" as the error type. More...
 
- Public Member Functions inherited from Core::Error::Runtime
 Runtime (const std::string &error_message="")
 Create a runtime exception. More...
 
- Public Member Functions inherited from Core::Error::General
 General (const std::string &error_message="")
 Create an exception. More...
 
const std::string & get_message () const
 Details about what caused the error. More...
 
virtual ~General () throw ()
 Cleanup if necessary. More...
 

Detailed Description

Encountered an unimplemented feature.

Definition at line 142 of file Error.h.

Constructor & Destructor Documentation

◆ NotImplemented()

Core::Error::NotImplemented::NotImplemented ( const std::string &  feature_name = "")
inline

Create a not-implemented exception.

Definition at line 145 of file Error.h.

Member Function Documentation

◆ what()

virtual const char* Core::Error::NotImplemented::what ( ) const
throw (
)
inlinevirtual

Returns "Not implemented" as the error type.

Reimplemented from Core::Error::Runtime.

Definition at line 149 of file Error.h.


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