You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Curso este ministrado por mim em nome da <strong> <a href="https://web.digitalin
109
109
<ul>
110
110
Cláusula <strong><em>throws</em></strong>
111
111
<li>Usada na assinatura do método.</li>
112
-
<li>Necessária apenas para exceções checked (nosso caso de estudo)</li>
112
+
<li>Necessária apenas para exceções checked. </li>
113
113
<li>Informa ao chamador que este método pode lançar uma das exceções listadas no escopo do método. Isso obriga a fazer a captura dessa exception (<em>try-catch</em>) ou relançar o <em>throws</em>. </li>
0 commit comments