Alexandria  2.18
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Euclid::SourceCatalog::PhotometryParsingException Class Reference

#include <PhotometryParsingException.h>

Inheritance diagram for Euclid::SourceCatalog::PhotometryParsingException:
[legend]
Collaboration diagram for Euclid::SourceCatalog::PhotometryParsingException:
[legend]

Public Member Functions

 PhotometryParsingException (const char *message, double flux, double error)
 
virtual ~PhotometryParsingException () noexcept
 
const double & GetFlux () const
 
const double & GetError () const
 
- Public Member Functions inherited from Elements::Exception
 Exception (ExitCode e=ExitCode::NOT_OK)
 
 Exception (const char *message, ExitCode e=ExitCode::NOT_OK)
 
 Exception (const std::string &message, ExitCode e=ExitCode::NOT_OK)
 
 Exception (const char *stringFormat, Args &&...args)
 
 snprintf (message, len, stringFormat, std::forward< Args >(args)...)
 
virtual ~Exception () noexcept=default
 
const char * what () const noexceptoverride
 
ExitCode exitCode () const noexcept
 
void appendMessage (const T &message)
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Private Attributes

double m_flux
 
double m_error
 

Additional Inherited Members

- Public Attributes inherited from Elements::Exception
 code
 
char * message
 
 m_error_msg
 
delete[] message
 
- Protected Attributes inherited from Elements::Exception
std::string m_error_msg
 
const ExitCode m_exit_code
 

Detailed Description

Definition at line 34 of file PhotometryParsingException.h.

Constructor & Destructor Documentation

Euclid::SourceCatalog::PhotometryParsingException::PhotometryParsingException ( const char *  message,
double  flux,
double  error 
)
inlineexplicit

Definition at line 36 of file PhotometryParsingException.h.

virtual Euclid::SourceCatalog::PhotometryParsingException::~PhotometryParsingException ( )
inlinevirtualnoexcept

Definition at line 41 of file PhotometryParsingException.h.

Member Function Documentation

const double& Euclid::SourceCatalog::PhotometryParsingException::GetError ( ) const
inline

Definition at line 46 of file PhotometryParsingException.h.

References m_error.

const double& Euclid::SourceCatalog::PhotometryParsingException::GetFlux ( ) const
inline

Definition at line 43 of file PhotometryParsingException.h.

References m_flux.

Member Data Documentation

double Euclid::SourceCatalog::PhotometryParsingException::m_error
private

Definition at line 52 of file PhotometryParsingException.h.

Referenced by GetError().

double Euclid::SourceCatalog::PhotometryParsingException::m_flux
private

Definition at line 51 of file PhotometryParsingException.h.

Referenced by GetFlux().


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