|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.parser.EncodingNotSupportedException
public class EncodingNotSupportedException
Represents a problem where a Parser does not support a particular HL7 encoding. Encodings include "|" (traditional) and "XML".
Field Summary |
---|
Constructor Summary | |
---|---|
EncodingNotSupportedException(java.lang.String msg)
Constructs an EncodingNotSupportedException with the specified detail message. |
Method Summary |
---|
Methods inherited from class ca.uhn.hl7v2.HL7Exception |
---|
getErrorCode, getFieldPosition, getMessage, getSegmentName, getSegmentRepetition, populate, setFieldPosition, setSegmentName, setSegmentRepetition |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EncodingNotSupportedException(java.lang.String msg)
EncodingNotSupportedException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |