public class HL7ContentException extends Exception
| Constructor and Description |
|---|
HL7ContentException() |
HL7ContentException(String message) |
HL7ContentException(String message,
Throwable cause) |
HL7ContentException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Get the offending content.
|
HL7ContentException |
setContent(String content)
Record the offending text.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HL7ContentException()
public HL7ContentException(String message)
public HL7ContentException(Throwable cause)
public String getContent()
null if none was associated with this instancepublic HL7ContentException setContent(String content)
content - offending textCopyright © 2018. All rights reserved.