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