All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MyException.EmployeePresentException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----MyException.EmployeePresentException

public class EmployeePresentException
extends Exception
Description This exception is throwns when the Employee is Present in the List

Version:
1.0
Author:
Vicky Shiv

Constructor Index

 o EmployeePresentException()
 o EmployeePresentException(String)

Constructors

 o EmployeePresentException
 public EmployeePresentException()
 o EmployeePresentException
 public EmployeePresentException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1