F&A Diskussionen
exeption finally
1 Stimme
3 AntwortenWhat is abnormal termination?
1 Stimme
2 AntwortenException handling
2 Stimmen
2 AntwortenWhat is the problem?
1 Stimme
6 AntwortenWhat is my syntax error?
1 Stimme
8 Antwortenjava multiple exception
0 Stimmen
1 Antwortjava Exception
2 Stimmen
3 AntwortenIf except can handle common errors very well, doesn't that make the use of raise redundant inside of a try-except block?
For example:
try:
print( 5 / 0 )
except ZeroDivisionError:
raise ValueError("An error occurred!")
What's the difference if we handle it this way:
try:
print( 5 / 0 )
except (ZeroDivisionError, ValueError):
print("An error occurred!")
3 Stimmen
2 AntwortenHow fix the error
3 Stimmen
9 AntwortenWhy using Exception e Only
3 Stimmen
2 AntwortenWhat is an exception
3 Stimmen
2 AntwortenTry/catch body
1 Stimme
1 AntwortException
1 Stimme
2 AntwortenHaving error with sleep method!!!
0 Stimmen
4 AntwortenHeute heiß
overloading operators << >>
1 Votes
how does this code function?
2 Votes
.
1 Votes
.
0 Votes
Hi
0 Votes
My question is about python?
0 Votes
Issue in code
0 Votes
i need to learn Coding
0 Votes