Exceptions: Difference between revisions

No edit summary
Line 85:
}
 
==[[Java]]==
===Defining exceptions===
//Checked exception
Line 120:
//This code is always executed after exiting the try block
}
 
==[[Python]]==
[[Category:Python]]
Anonymous user