Uses of Class
ca.uhn.hl7v2.AbstractHL7Exception
Packages that use AbstractHL7Exception
Package
Description
-
Uses of AbstractHL7Exception in ca.uhn.hl7v2
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2Modifier and TypeClassDescriptionclassRepresents an exception encountered while processing an HL7 message. -
Uses of AbstractHL7Exception in ca.uhn.hl7v2.app
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2.app -
Uses of AbstractHL7Exception in ca.uhn.hl7v2.conf.check
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2.conf.checkModifier and TypeClassDescriptionclassAn exception indicating that some message contents don't reflect a static profile.classAn exception indicating that a static profile doesn't correspond to HL7 rules.classAn element that a profile defines as "not used" (X) is present in the message. -
Uses of AbstractHL7Exception in ca.uhn.hl7v2.model
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2.modelModifier and TypeClassDescriptionclassRepresents a problem with the validity of a data type, such as an attempt to set the value of a primitive type to something invalid for that type. -
Uses of AbstractHL7Exception in ca.uhn.hl7v2.parser
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2.parserModifier and TypeClassDescriptionclassRepresents a problem where a Parser does not support a particular HL7 encoding. -
Uses of AbstractHL7Exception in ca.uhn.hl7v2.protocol
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2.protocolModifier and TypeClassDescriptionclassRepresents a problem that has occured during transport of a message string to / from some other server. -
Uses of AbstractHL7Exception in ca.uhn.hl7v2.validation
Subclasses of AbstractHL7Exception in ca.uhn.hl7v2.validation