Fri Oct 24, 2008 8:15 pm
HI ,
i want to design a exception hadling for a project. what are the
prerequirements to be considered to design that. how do i identify the
by seeing the exception wather it is runtime exception or checked
exception.
Fri Oct 24, 2008 8:15 pm
hey man just to need inhertiance you exception class from exception
class
for example:
public class AnyException extends Exception {
}
and need to override four constractor
you can know the constractor need overried from javadoc
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.