exceptions Flashcards

1
Q

exceptions

A

way to deal with run time errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

exception format

A

try{statement that probably has error}

catch(Exception e){e is object. tostring can print}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly