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ß
How to do a responsive page?
1 Votes
Running a python code
1 Votes
How create a new language ?
0 Votes
Ai in future
1 Votes
Hola
0 Votes
How To Enable Disable Divs?
0 Votes
Beginner question
0 Votes