Exceptions: Difference between revisions

Content added Content deleted
No edit summary
Line 85: Line 85:
}
}


==[Java]==
==[[Java]]==
===Defining exceptions===
===Defining exceptions===
//Checked exception
//Checked exception
Line 120: Line 120:
//This code is always executed after exiting the try block
//This code is always executed after exiting the try block
}
}

==[[Python]]==
==[[Python]]==
[[Category:Python]]
[[Category:Python]]