STK++ 0.9.13
|
Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes. More...
#include <STK_Exceptions.h>
Public Member Functions | |
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. | |
Runtime errors represent problems outside the scope of a program; they cannot be easily predicted and can generally only be caught as the program executes.
One of two subclasses of Exception.
Definition at line 125 of file STK_Exceptions.h.
Takes a character String describing the error.
Definition at line 169 of file STK_Exceptions.h.
|
inlinevirtual |
Definition at line 170 of file STK_Exceptions.h.