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

Error detected by the ALGLIB library. More...

#include <Error.h>

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

Public Member Functions

 ALGLIB (const std::string &error_message="")
 Create an exception for an error detected inside ALGLIB. More...
 
virtual const char * what () const throw ()
 Reports "ALGLIB error" as the error 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 ()
 Details about what caused the error. More...
 
virtual ~General () throw ()
 Cleanup if necessary. More...
 

Detailed Description

Error detected by the ALGLIB library.

Definition at line 49 of file Error.h.

Constructor & Destructor Documentation

◆ ALGLIB()

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

Create an exception for an error detected inside ALGLIB.

Definition at line 52 of file Error.h.

Member Function Documentation

◆ what()

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

Reports "ALGLIB error" as the error type.

Reimplemented from Core::Error::General.

Definition at line 56 of file Error.h.


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