#include <MathsError.h>
Inheritance diagram for Sct::MathsError:
Public Member Functions | |
MathsError (const string &msg, const string &file, int line) throw () | |
Creates an Exception with message msg and no cause. | |
MathsError (Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a cause. | |
MathsError (const string &msg, Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a message and a cause. |
divide by zero
Definition at line 12 of file MathsError.h.
|
Creates an Exception with message msg and no cause.
Definition at line 17 of file MathsError.h. |
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 25 of file MathsError.h. |
|
Creates an Exception with a message and a cause.
Definition at line 32 of file MathsError.h. |