Package ca.uhn.hl7v2.conf.check
Class ProfileNotHL7CompliantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.AbstractHL7Exception
ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.conf.check.ProfileNotHL7CompliantException
- All Implemented Interfaces:
Serializable
An exception indicating that a static profile doesn't correspond to HL7 rules.
- Author:
- Bryan Tripp
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.HL7Exception
ACK_AA, ACK_AE, ACK_AR, ACK_CA, ACK_CE, ACK_CR, APPLICATION_INTERNAL_ERROR, APPLICATION_RECORD_LOCKED, DATA_TYPE_ERROR, DUPLICATE_KEY_IDENTIFIER, MESSAGE_ACCEPTED, REQUIRED_FIELD_MISSING, SEGMENT_SEQUENCE_ERROR, TABLE_VALUE_NOT_FOUND, UNKNOWN_KEY_IDENTIFIER, UNSUPPORTED_EVENT_CODE, UNSUPPORTED_MESSAGE_TYPE, UNSUPPORTED_PROCESSING_ID, UNSUPPORTED_VERSION_ID -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofProfileNotHL7CompliantHL7Exceptionwith the specified detail message.ProfileNotHL7CompliantException(String msg, Throwable cause) Constructs an instance ofProfileNotHL7CompliantHL7Exceptionwith the specified detail message. -
Method Summary
Methods inherited from class ca.uhn.hl7v2.HL7Exception
getDetail, setDetailMethods inherited from class ca.uhn.hl7v2.AbstractHL7Exception
getError, getErrorCode, getLocation, getMessage, getMessageWithoutLocation, getResponseMessage, getSeverity, populateResponse, setError, setErrorCode, setFieldPosition, setLocation, setResponseMessage, setSegmentName, setSegmentRepetition, setSeverityMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProfileNotHL7CompliantException
Constructs an instance ofProfileNotHL7CompliantHL7Exceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ProfileNotHL7CompliantException
Constructs an instance ofProfileNotHL7CompliantHL7Exceptionwith the specified detail message.- Parameters:
msg- the detail message.cause- an underlying exception
-