public class InvalidValueException extends HL7Exception
| Constructor and Description |
|---|
InvalidValueException()
Constructs a new Invalid Value Exception
|
InvalidValueException(java.lang.String strMessage)
Constructs a new Invalid Value Exception with the specified detail message.
|
InvalidValueException(java.lang.String strMessage,
java.lang.Throwable cause)
Constructs a new Invalid Value Exception with the specified detail message and cause
|
InvalidValueException(java.lang.Throwable cause)
Constructs a new Invalid Value Exception with the specified cause.
|
getErrorCode, getMessage, setErrorCodepublic InvalidValueException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - - the detail messagecause - - the causepublic InvalidValueException(java.lang.String strMessage)
strMessage - - the detail message.public InvalidValueException(java.lang.Throwable cause)
cause - - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public InvalidValueException()