Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

how to design a exception handling for a project

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.



Re: how to design a exception handling for a project

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

Post a reply
  Related Posts  to : how to design a exception handling for a project
 Exception Handling in a project     -  
 Exception handling     -  
 exception handling try and catch in Python     -  
 Out of Bounds exception     -  
 Exception is not clear     -  
 String Too Long Exception     -  
 Exception Handler in java     -  
 Multiple Exception Catching     -  
 Define your own exception class     -  
 Catch database connection exception     -