org.openmrs.patient
Class UnallowedIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmrs.api.APIException
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
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 |
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)
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change