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