exceptions Flashcards
1
Q
exceptions
A
way to deal with run time errors
2
Q
exception format
A
try{statement that probably has error}
catch(Exception e){e is object. tostring can print}
exceptions
way to deal with run time errors
exception format
try{statement that probably has error}
catch(Exception e){e is object. tostring can print}