FAST
3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
|
#include <Exception.hpp>
Public Member Functions | |
OutOfBoundsException () | |
OutOfBoundsException (int line, const char *file) | |
OutOfBoundsException (std::string message, int line, const char *file) | |
![]() | |
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 () | |
|
inline |
|
inline |
|
inline |