18 #ifndef itkFEMException_h
19 #define itkFEMException_h
53 FEMException(
const char *file,
unsigned int lineNumber, std::string location =
"Unknown");
79 FEMExceptionIO(
const char *file,
unsigned int lineNumber, std::string location, std::string moreDescription);
165 FEMExceptionSolution(
const char *file,
unsigned int lineNumber, std::string location, std::string moreDescription);
177 #endif // #ifndef itkFEMException_h
Base class for all exceptions that can occur when solving FEM problem.
Base class for all IO exception's that can occur within FEM classe.
Standard exception handling object.
std::string m_baseClassName
Object not found exception.
Base class for all exception's that can occur within FEM classes.