Defines the exception hierarchy used by this code. More...
#include "../Core/SharedLibraryExportMacros.h"
#include <iostream>
#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | Core::Error::General |
The base class of all exceptions. More... | |
class | Core::Error::ALGLIB |
Error detected by the ALGLIB library. More... | |
class | Core::Error::Runtime |
Any runtime error. More... | |
class | Core::Error::BadFunctionArguments |
Function arguments do not satisfy some requirement. More... | |
class | Core::Error::BadStellarZone |
Exception indicating unrecognized or unsuitable stellar zone. More... | |
class | Core::Error::PathNotFound |
Exception indicating that a file or a directory was not found. More... | |
class | Core::Error::IO |
Input/Output exception. More... | |
class | Core::Error::CommandLine |
Error related to parsing the command line. More... | |
class | Core::Error::NotImplemented |
Encountered an unimplemented feature. More... | |
class | Core::Error::GSLZeroStep |
GSL step size decreased below machine precision. More... | |
class | Core::Error::NonGSLZeroStep |
Maximum allowed step size decreased below machine precision. More... | |
Namespaces | |
Core::Error | |
Isolates all exceptions. | |
Defines the exception hierarchy used by this code.
Definition in file Error.h.