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

Function arguments do not satisfy some requirement. More...

#include <Error.h>

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

Public Member Functions

 BadFunctionArguments (const std::string &error_message="")
 Create bad function arguments exception. More...
 
virtual const char * what () const throw ()
 Reports "Bad function arguments" as the erorr 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

Function arguments do not satisfy some requirement.

Definition at line 73 of file Error.h.

Constructor & Destructor Documentation

◆ BadFunctionArguments()

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

Create bad function arguments exception.

Definition at line 76 of file Error.h.

Member Function Documentation

◆ what()

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

Reports "Bad function arguments" as the erorr type.

Reimplemented from Core::Error::Runtime.

Reimplemented in Core::Error::BadStellarZone.

Definition at line 81 of file Error.h.


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