Loading...
Searching...
No Matches
Exception Class Reference

#include <Exception.h>

Public Member Functions

 Exception (char const *m)
 Exception (const Exception &ex)
 ~Exception ()
template<class T>
Exceptionoperator<< (const T &x)
const char * GetMessage () const

Private Attributes

stringstreammessage

Detailed Description

Definition at line 13 of file Exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

Exception::Exception ( char const * m)

◆ Exception() [2/2]

Exception::Exception ( const Exception & ex)

◆ ~Exception()

Exception::~Exception ( )

Member Function Documentation

◆ GetMessage()

const char * Exception::GetMessage ( ) const

◆ operator<<()

template<class T>
Exception & Exception::operator<< ( const T & x)
inline

Definition at line 18 of file Exception.h.

18 {
19 *message << x;
20 return *this;
21 }
stringstream * message
Definition Exception.h:25

Member Data Documentation

◆ message

stringstream* Exception::message
private

Definition at line 25 of file Exception.h.


The documentation for this class was generated from the following file:
  • /home/runner/work/eOn/eOn/include/eon/potentials/EMT/Asap/Exception.h