public abstract class AbstractHL7v2Exception extends RuntimeException
| Constructor and Description |
|---|
AbstractHL7v2Exception()
Deprecated.
|
AbstractHL7v2Exception(String message)
Deprecated.
|
AbstractHL7v2Exception(String message,
int errCode)
Deprecated.
|
AbstractHL7v2Exception(String message,
int errCode,
Throwable cause)
Deprecated.
|
AbstractHL7v2Exception(String message,
Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillErr347(ca.uhn.hl7v2.model.Segment errorSegment)
Deprecated.
|
int |
getErrCode()
Deprecated.
|
String |
getErrorMessage()
Deprecated.
|
abstract ca.uhn.hl7v2.model.Message |
populateMessage(ca.uhn.hl7v2.model.Message m,
AckTypeCode code)
Deprecated.
Populates the respective ERR fields of a response message with data
contained in this exception
|
void |
setErrCode(int errCode)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractHL7v2Exception()
public AbstractHL7v2Exception(String message)
public AbstractHL7v2Exception(String message, int errCode)
public int getErrCode()
public void setErrCode(int errCode)
public String getErrorMessage()
public abstract ca.uhn.hl7v2.model.Message populateMessage(ca.uhn.hl7v2.model.Message m,
AckTypeCode code)
m - the empty HAPI messagecode - the ack codeprotected void fillErr347(ca.uhn.hl7v2.model.Segment errorSegment)
throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7ExceptionCopyright © 2016 Open eHealth Foundation. All rights reserved.