|
BSplinebasis
|
The main exception class. More...
#include <BSplineException.h>


Public Member Functions | |
| BSplineException (ErrorCode errorCode) | |
| Constructs exception with default error message. | |
| BSplineException (ErrorCode errorCode, std::string message) | |
| Constructs exception with custom error message. | |
| const char * | what () const noexcept override |
| Returns a string representation of the exception. | |
| ErrorCode | getErrorCode () const |
| Returns the error code of this exception. | |
The main exception class.
|
inlineexplicit |
Constructs exception with default error message.
| errorCode | The errorCode. |
|
inline |
Constructs exception with custom error message.
| errorCode | The errorCode. |
| message | The custom error message. |
|
inline |
Returns the error code of this exception.
Returns a string representation of the exception.