See: Description
| Exception | Description |
|---|---|
| AuxillaryProtocolException |
AuxillaryProtocolException is raised when Auxillary Processing Fails.
|
| BatchException |
BatchException is raised when Batch can not be read or created.
|
| ConnectionClosedException |
Thrown when Connection is Closed by remote entity.
|
| ConstrainViolationException |
Thrown when validation of populated Value fails.
|
| DelimiterMissingException |
Thrown when Delimiter is Missing
|
| DumpException |
Thrown when dump of Message fails.
|
| FieldMissingException |
Thrown when Mandatory Field is Missing in populated segment in Message.
|
| FragmentException |
FragmentException is raised when Fragment can not be read or created.
|
| GroupMissingException |
Thrown when Group is missing from message.
|
| InvalidComponentTypeException |
Thrown when Component Type is not Valid.
|
| InvalidDataTypeException |
Thrown to indicate that Data Type is satisfying validation criteria.
|
| InvalidDelimiterException |
Thrown when Delimiter populated is Invalid character.
|
| InvalidDictionaryException |
Invalid Dictionary Exception raised when XML parsing fails.
|
| InvalidFieldException |
Thrown when Field Validation Fails.
|
| InvalidLengthException |
Thrown when Datatype length exceeds than Max Length specified.
|
| InvalidMessageDictionaryException |
Invalid Dictionary Exception raised when XML parsing fails.
|
| InvalidMessageException |
Thrown When Message Populated is Invalid.
|
| InvalidSegmentException |
Thrown when Segment Validation Fails.
|
| InvalidSegmentSetException |
Thrown when Segment Validation Fails.
|
| InvalidSequenceException |
Throws when Sequence Number is Invalid.
|
| InvalidValueException |
Thrown when populated Value is not Valid.
|
| MessageLengthLimitException |
MessageLengthLimitException is raised when Message length exceeds than write limit.
|
| MessageNotSupportedException |
MessageNotSupported is raised when message can not be read or created due to unavailability of message class.
|
| MissingValueException |
Thrown when Value is not present or populated.
|
| ParseException |
Thrown When Message Parsing fails .
|
| ProcessFailedException |
Thrown When Message Populated is Invalid.
|
| PubSubException |
PubSubException is raised when problem encountered with Publishing or Subscribing HL7Message at
Client or Server.
|
| SegmentMissingException |
Thrown when Required segment is missing in MEssage.
|
| SegmentNotSupportedException |
Thrown when Segment is not supported in Message.
|
| SerializeException |
Thrown when serialization of Message fails.
|
| UserTableException |
Thrown when user defined table operation fails.
|
| ValueNotFoundException |
Thrown to indicate that value is not present in Table.
|