STK++ 0.9.13
|
Thrown to indicate range errors in internal computations. More...
#include <STK_Exceptions.h>
Public Member Functions | |
range_error (String const &__arg) | |
virtual | ~range_error () throw () |
![]() | |
runtime_error (String const &__arg) | |
Takes a character String describing the error. | |
virtual | ~runtime_error () throw () |
![]() | |
Exception () throw () | |
Exception (String const &__arg) throw () | |
Takes a character String describing the error. | |
virtual | ~Exception () throw () |
virtual const String | error () const throw () |
Returns a C-style character string describing the general cause of the current error. | |
Thrown to indicate range errors in internal computations.
Definition at line 135 of file STK_Exceptions.h.
Definition at line 173 of file STK_Exceptions.h.
|
inlinevirtual |
Definition at line 174 of file STK_Exceptions.h.