std::domain_error
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <stdexcept>
|
||
class domain_error; |
||
Define um tipo de objeto a ser jogado como exceção. Ele informa erros que surgem por causa de uma função matemática não está definido para o valor do argumento (por exemplo
std::sqrt(-1)).Original:
Defines a type of object to be thrown as exception. It reports errors that arise because a mathematical function is not defined for the value of the argument (e.g.
std::sqrt(-1)).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
Funções de membro
constrói o objeto de exceção 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. (função pública membro) | |
