dsg.smart
Class PatientID.FormatException

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

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

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

See Also:
Serialized Form

Constructor Summary
PatientID.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

PatientID.FormatException

public PatientID.FormatException()