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

Error related to parsing the command line. More...

#include <Error.h>

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

Public Member Functions

 CommandLine (const std::string &error_message="")
 Create command line parsing exception. More...
 
virtual const char * what () const throw ()
 Returns "Error parsing the command line" 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

Error related to parsing the command line.

Definition at line 130 of file Error.h.

Constructor & Destructor Documentation

◆ CommandLine()

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

Create command line parsing exception.

Definition at line 133 of file Error.h.

Member Function Documentation

◆ what()

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

Returns "Error parsing the command line" as the error type.

Reimplemented from Core::Error::Runtime.

Definition at line 137 of file Error.h.


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