Class InvalidEmployeeException

Class InvalidEmployeeException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----InvalidEmployeeException

public class InvalidEmployeeException
extends Exception
Exception signaling an invalid employee data object


Constructor Index

 o InvalidEmployeeException()

Method Index

 o getMessage()
 o toString()

Constructors

 o InvalidEmployeeException
public InvalidEmployeeException()

Methods

 o getMessage
public java.lang.String getMessage()
Overrides:
getMessage in class Throwable
 o toString
public java.lang.String toString()
Overrides:
toString in class Throwable