std::length_error
Aus cppreference.com
[] |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <stdexcept>
|
||
class length_error; |
||
Definiert eine Art von Objekt als Ausnahme ausgelst. Es meldet Fehler, die Folge der Versuch, die Umsetzung definierter Lnge Grenzwerte fr einen Gegenstand bersteigen .
Original:
Defines a type of object to be thrown as exception. It reports errors that are consequence of attempt to exceed implementation defined length limits for some object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Inheritance diagram
Member-Funktionen
baut das Exception-Objekt Original: constructs the exception object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (ffentliche Elementfunktion) | |
Inherited from std::exception
Member functions
[virtuell] |
Zerstrt das Ausnahme-Objekt Original: destructs the exception object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen ffentlichen Member-Funktion of std::exception)
|
[virtuell] |
gibt einen erluternden String Original: returns an explanatory string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen ffentlichen Member-Funktion of std::exception)
|