|
BSplinebasis
|
Exceptions and error codes. More...
Classes | |
| class | BSplineException |
| The main exception class. More... | |
Enumerations | |
| enum class | ErrorCode { DIFFERING_GRIDS , INCONSISTENT_DATA , MISSING_DATA , INVALID_ACCESS , UNDETERMINED } |
| The error codes, which may be expected. | |
Functions | |
| std::string | getErrorMessage (ErrorCode errorCode) |
| Default error messages. | |
| std::string | getErrorCodeName (ErrorCode errorCode) |
| Returns the errorCode name. | |
Exceptions and error codes.
The namespace containing the exceptions and errorCodes.
|
inline |
Returns the errorCode name.
| errorCode | The errorCode for which the name is requested. |
|
inline |
Default error messages.
Returns the default error message for an error code.
| errorCode | The errorCode for which the default message is requested. |