|
|||||||||
| 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.conf.check.ProfileNotHL7CompliantException
public class ProfileNotHL7CompliantException
An exception indicating that a static profile doesn't correspond to HL7 rules.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ProfileNotHL7CompliantException(java.lang.String msg)
Constructs an instance of ProfileNotHL7CompliantHL7Exception with the specified detail message. |
|
ProfileNotHL7CompliantException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of ProfileNotHL7CompliantHL7Exception with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class ca.uhn.hl7v2.HL7Exception |
|---|
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 ProfileNotHL7CompliantException(java.lang.String msg)
ProfileNotHL7CompliantHL7Exception with the specified detail message.
msg - the detail message.
public ProfileNotHL7CompliantException(java.lang.String msg,
java.lang.Throwable cause)
ProfileNotHL7CompliantHL7Exception with the specified detail message.
msg - the detail message.cause - an underlying exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||