18 #ifndef itkFEMException_h
19 #define itkFEMException_h
53 FEMException(
const char *file,
unsigned int lineNumber, std::string location =
"Unknown");
57 ITK_NOEXCEPT ITK_OVERRIDE;
79 FEMExceptionIO(
const char *file,
unsigned int lineNumber, std::string location, std::string moreDescription);
83 ITK_NOEXCEPT ITK_OVERRIDE;
114 ITK_NOEXCEPT ITK_OVERRIDE;
136 ITK_NOEXCEPT ITK_OVERRIDE;
165 FEMExceptionSolution(
const char *file,
unsigned int lineNumber, std::string location, std::string moreDescription);
169 ITK_NOEXCEPT ITK_OVERRIDE;
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.