Class HL7ContentException

  • All Implemented Interfaces:
    Serializable

    public class HL7ContentException
    extends Exception
    Exception thrown to indicate invalid HL7 content was encountered.
    See Also:
    Serialized Form
    • Constructor Detail

      • HL7ContentException

        public HL7ContentException()
      • HL7ContentException

        public HL7ContentException​(String message)
      • HL7ContentException

        public HL7ContentException​(String message,
                                   Throwable cause)
      • HL7ContentException

        public HL7ContentException​(Throwable cause)
    • Method Detail

      • getContent

        public String getContent()
        Get the offending content.
        Returns:
        offending text, or null if none was associated with this instance
      • setContent

        public HL7ContentException setContent​(String content)
        Record the offending text.
        Parameters:
        content - offending text
        Returns:
        this instance