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