std::exception
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <exception>
|
||
class exception; |
||
Fornece interface consistente para lidar com os erros através do jogar expressão.
Original:
Provides consistent interface to handle errors through the jogar expressão.
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.
Todas as exceções geradas pela biblioteca padrão herdar std::exception
Original:
All exceptions generated by the standard library inherit from std::exception
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.
-
- ios_base::failure(desde C++11)
- bad_typeid
- bad_cast
- bad_weak_ptr(C++11)
- bad_function_call(C++11)
- bad_alloc
- bad_array_new_length(C++11)
- bad_exception
- ios_base::failure(até C++11)
