org.dcm4che.hl7
Class HL7Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dcm4che.hl7.HL7Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HL7Exception.AE, HL7Exception.AR

public abstract class HL7Exception
extends java.lang.Exception

Since:
August 11, 2002

Revisions:

yyyymmdd author:

Version:
$Revision: 3922 $ $Date: 2005-10-05 18:26:16 +0200 (Mi, 05 Okt 2005) $
Author:
gunter zeilinger
See Also:
, Serialized Form

Nested Class Summary
static class HL7Exception.AE
           
static class HL7Exception.AR
           
 
Constructor Summary
HL7Exception()
          Creates a new instance of HL7Exception without detail message.
HL7Exception(java.lang.String msg)
          Constructs an instance of HL7Exception with the specified detail message.
 
Method Summary
abstract  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

public HL7Exception()
Creates a new instance of HL7Exception without detail message.


HL7Exception

public HL7Exception(java.lang.String msg)
Constructs an instance of HL7Exception with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

makeACK

public abstract byte[] makeACK(MSHSegment msh)