Explain the user defined Exceptions?
2229
29-Jan-2011
Amit Singh
29-Jan-2011Example:
class myCustomException extends Exception {
// The class simply has to exist to be an exception
}