This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes Exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Exception" Watch "Exception" New topic
Author

Exception

naresh babu
Greenhorn

Joined: Feb 12, 2002
Posts: 12
Hi,
I had a question in exception:
public class exception1 extends Exception{}

public class exception2 extends exception1{}
I want client to catch only exception2, but
not exception1.Any ideas?

Thanks
Roy Ben Ami
Ranch Hand

Joined: Jan 13, 2002
Posts: 732
catch(Exception2 e){} ???
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Exception
 
Similar Threads
code problem.help please!!!!
Exceptions
explain try catch problem
exception question,why?
method overriding