LTL  2.0.x
Public Member Functions | Protected Attributes | List of all members
ltl::ltl::FitsException Class Reference

Exception indicating problems with FITS I/O. More...

Inherits exception, and exception.

Public Member Functions

 FitsException (const string &what)
 
 FitsException (const char *what)
 
virtual ~FitsException () throw ()
 
virtual const char * what () const throw ()
 
 FitsException (const string &what)
 
 FitsException (const char *what)
 
virtual ~FitsException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

string whatStr_
 

Detailed Description

Exception indicating problems with FITS I/O.

Constructor & Destructor Documentation

◆ FitsException() [1/4]

ltl::ltl::FitsException::FitsException ( const string &  what)
inline

◆ FitsException() [2/4]

ltl::ltl::FitsException::FitsException ( const char *  what)
inline

◆ ~FitsException() [1/2]

virtual ltl::ltl::FitsException::~FitsException ( )
throw (
)
inlinevirtual

◆ FitsException() [3/4]

ltl::ltl::FitsException::FitsException ( const string &  what)
inline

◆ FitsException() [4/4]

ltl::ltl::FitsException::FitsException ( const char *  what)
inline

◆ ~FitsException() [2/2]

virtual ltl::ltl::FitsException::~FitsException ( )
throw (
)
inlinevirtual

Member Function Documentation

◆ what() [1/2]

virtual const char* ltl::ltl::FitsException::what ( ) const
throw (
)
inlinevirtual

◆ what() [2/2]

virtual const char* ltl::ltl::FitsException::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

◆ whatStr_

string ltl::ltl::FitsException::whatStr_
protected