public class HL7Exception extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
AA |
static String |
AE |
static String |
AR |
| Constructor and Description |
|---|
HL7Exception(HL7Segment err) |
HL7Exception(HL7Segment err,
Throwable cause) |
HL7Exception(String ack) |
HL7Exception(String ack,
String message) |
HL7Exception(String ack,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcknowledgmentCode() |
String |
getErrorMessage() |
HL7Segment |
getErrorSegment() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String AA
public static final String AR
public static final String AE
public HL7Exception(String ack)
public HL7Exception(HL7Segment err)
public HL7Exception(HL7Segment err, Throwable cause)
public final String getAcknowledgmentCode()
public String getErrorMessage()
public HL7Segment getErrorSegment()
Copyright © 2021. All rights reserved.