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