Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Java Exceptions: Using Exception's Sub Classes

Syntax of try-catch try { //code which throws some Exception } catch(XException xe) { } where X is type of exception. In catch, we have to pass type of exception which is thrown by the code in...

Read More



This post first appeared on Chirag Computer, please read the originial post: here

Share the post

Java Exceptions: Using Exception's Sub Classes

×

Subscribe to Chirag Computer

Get updates delivered right to your inbox!

Thank you for your subscription

×