FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Public Member Functions | List of all members
fast::FileNotFoundException Class Reference

#include <Exception.hpp>

+ Inheritance diagram for fast::FileNotFoundException:
+ Collaboration diagram for fast::FileNotFoundException:

Public Member Functions

 FileNotFoundException (std::string filename)
 
 FileNotFoundException ()
 
 FileNotFoundException (int line, const char *file)
 
 FileNotFoundException (std::string message, int line, const char *file)
 
- Public Member Functions inherited from fast::Exception
 Exception ()
 
 Exception (std::string message)
 
 Exception (int line, const char *file)
 
 Exception (std::string message, int line, const char *file)
 
virtual const char * what () const throw ()
 
void setLine (int line)
 
void setFile (const char *file)
 
void setMessage (std::string message)
 
 ~Exception () throw ()
 

Constructor & Destructor Documentation

◆ FileNotFoundException() [1/4]

fast::FileNotFoundException::FileNotFoundException ( std::string  filename)
inline

◆ FileNotFoundException() [2/4]

fast::FileNotFoundException::FileNotFoundException ( )
inline

◆ FileNotFoundException() [3/4]

fast::FileNotFoundException::FileNotFoundException ( int  line,
const char *  file 
)
inline

◆ FileNotFoundException() [4/4]

fast::FileNotFoundException::FileNotFoundException ( std::string  message,
int  line,
const char *  file 
)
inline

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