dsg.smart
Class EmployeeID.FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydsg.smart.EmployeeID.FormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EmployeeID

public static class EmployeeID.FormatException
extends java.lang.Exception

Indicates a problem with the format of an EmployeeID when trying to convert from a String.

See Also:
Serialized Form

Constructor Summary
EmployeeID.FormatException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmployeeID.FormatException

public EmployeeID.FormatException()