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

Any runtime error. More...

#include <Error.h>

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

Public Member Functions

 Runtime (const std::string &error_message="")
 Create a runtime exception. More...
 
virtual const char * what () const throw ()
 Reports "Run time error" as the eror type. 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

Any runtime error.

Definition at line 61 of file Error.h.

Constructor & Destructor Documentation

◆ Runtime()

Core::Error::Runtime::Runtime ( const std::string &  error_message = "")
inline

Create a runtime exception.

Definition at line 64 of file Error.h.

Member Function Documentation

◆ what()

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

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