Class EncodingNotSupportedException

All Implemented Interfaces:
Serializable

Represents a problem where a Parser does not support a particular HL7 encoding. Encodings include "|" (traditional) and "XML".
Author:
Bryan Tripp (bryan_tripp@sourceforge.net)
See Also:
  • Constructor Details

    • EncodingNotSupportedException

      Constructs an EncodingNotSupportedException with the specified detail message.
      Parameters:
      msg - the detail message.