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