In the function description, you can specify the "specification of exceptions" - a list of exceptions that can be generated by this function:
int g (float h) throw (a, b, c,)
{
// function body
}
If an exception not listed in the specification is generated, the
unexpected exceptions processing function is called
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать