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

#include <Exception.hpp>

+ Inheritance diagram for fast::OutOfBoundsException:
+ Collaboration diagram for fast::OutOfBoundsException:

Public Member Functions

 OutOfBoundsException ()
 
 OutOfBoundsException (int line, const char *file)
 
 OutOfBoundsException (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

◆ OutOfBoundsException() [1/3]

fast::OutOfBoundsException::OutOfBoundsException ( )
inline

◆ OutOfBoundsException() [2/3]

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

◆ OutOfBoundsException() [3/3]

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

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