All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MyException.EmployeeNotPresentException

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

public class EmployeeNotPresentException
extends Exception
Description This exception is throwns when the Employee is not present in 
List or Array

Version:
1.0
Author:
Vicky Shiv

Constructor Index

 o EmployeeNotPresentException()
 o EmployeeNotPresentException(String)

Constructors

 o EmployeeNotPresentException
 public EmployeeNotPresentException()
 o EmployeeNotPresentException
 public EmployeeNotPresentException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1