org.dcm4che.hl7
Class HL7Exception.AR

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dcm4che.hl7.HL7Exception
              extended by org.dcm4che.hl7.HL7Exception.AR
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HL7Exception

public static class HL7Exception.AR
extends HL7Exception

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.dcm4che.hl7.HL7Exception
HL7Exception.AE, HL7Exception.AR
 
Constructor Summary
HL7Exception.AR()
           
HL7Exception.AR(java.lang.String msg)
           
 
Method Summary
 byte[] makeACK(MSHSegment msh)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

HL7Exception.AR

public HL7Exception.AR()

HL7Exception.AR

public HL7Exception.AR(java.lang.String msg)
Method Detail

makeACK

public byte[] makeACK(MSHSegment msh)
Specified by:
makeACK in class HL7Exception