org.openmrs.patient
Class UnallowedIdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.api.APIException
                  extended by org.openmrs.patient.UnallowedIdentifierException
All Implemented Interfaces:
java.io.Serializable

public class UnallowedIdentifierException
extends APIException

UnallowedIdentifierException is thrown when a class tries to process an identifier given certain expectations and those expectations are not held up. For example, if a class expects identifiers to consist only of numeric digits and an identifier contains a non-numeric digit, this exception could be thrown.

See Also:
Serialized Form

Constructor Summary
UnallowedIdentifierException()
           
UnallowedIdentifierException(java.lang.String message)
           
UnallowedIdentifierException(java.lang.String message, java.lang.Throwable cause)
           
UnallowedIdentifierException(java.lang.Throwable cause)
           
 
Method Summary
 
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

UnallowedIdentifierException

public UnallowedIdentifierException()

UnallowedIdentifierException

public UnallowedIdentifierException(java.lang.String message)

UnallowedIdentifierException

public UnallowedIdentifierException(java.lang.String message,
                                    java.lang.Throwable cause)

UnallowedIdentifierException

public UnallowedIdentifierException(java.lang.Throwable cause)

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change