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

Maximum allowed step size decreased below machine precision. More...

#include <Error.h>

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

Public Member Functions

 NonGSLZeroStep ()
 Create a too-small GSL step size exception. More...
 
virtual const char * what () const throw ()
 Returns "Tiny step" 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 ()
 Details about what caused the error. More...
 
virtual ~General () throw ()
 Cleanup if necessary. More...
 

Detailed Description

Maximum allowed step size decreased below machine precision.

Definition at line 167 of file Error.h.

Constructor & Destructor Documentation

◆ NonGSLZeroStep()

Core::Error::NonGSLZeroStep::NonGSLZeroStep ( )
inline

Create a too-small GSL step size exception.

Definition at line 170 of file Error.h.

Member Function Documentation

◆ what()

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

Returns "Tiny step" as the error type.

Reimplemented from Core::Error::Runtime.

Definition at line 175 of file Error.h.


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