STK++ 0.9.13
|
Thrown when an object is constructed that would exceed its maximum permitted size (e.g., a basic_String instance). More...
#include <STK_Exceptions.h>
Public Member Functions | |
length_error (String const &__arg) | |
virtual | ~length_error () throw () |
![]() | |
logic_error (String const &__arg) | |
Takes a character String describing the error. | |
virtual | ~logic_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 when an object is constructed that would exceed its maximum permitted size (e.g., a basic_String instance).
Definition at line 102 of file STK_Exceptions.h.
Definition at line 161 of file STK_Exceptions.h.
|
inlinevirtual |
Definition at line 162 of file STK_Exceptions.h.