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

Input/Output exception. More...

#include <Error.h>

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

Public Member Functions

 IO (const std::string &filename="", const std::string &error_message="")
 Create an Input/Ouput exception. More...
 
virtual const char * what () const throw ()
 Reports "I/O error" 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 () const
 Details about what caused the error. More...
 
virtual ~General () throw ()
 Cleanup if necessary. More...
 

Detailed Description

Input/Output exception.

Definition at line 118 of file Error.h.

Constructor & Destructor Documentation

◆ IO()

Core::Error::IO::IO ( const std::string &  filename = "",
const std::string &  error_message = "" 
)
inline

Create an Input/Ouput exception.

Definition at line 121 of file Error.h.

Member Function Documentation

◆ what()

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

Reports "I/O error" as the error type.

Reimplemented from Core::Error::Runtime.

Definition at line 126 of file Error.h.


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