#include <exception>#include <string>#include <signal.h>#include "FileInfo.h"#include "BaseClass.h"Go to the source code of this file.
Classes | |
| class | Base::AbnormalProgramTermination |
| The AbnormalProgramTermination can be used in an own signal handler. More... | |
| class | Base::AbortException |
| The AbortException is thrown if a pending operation was aborted. More... | |
| class | Base::AccessViolation |
| The AccessViolation can be used in an own signal handler. More... | |
| class | Base::Exception |
| class | Base::FileException |
| File exception handling class This class is specialized to go with exception thrown in case of File IO Problems. More... | |
| class | Base::MemoryException |
| The MemoryException is thrown if not enough memory can be allocated. More... | |
| class | Base::XMLParseException |
| The XMLParseException is thrown if parsing an XML failed. More... | |
Namespaces | |
| namespace | Base |
The namespace of the FreeCAD Base library. | |
1.6.1