org.dcm4che2.net
Class DicomServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dcm4che2.net.DicomServiceException
All Implemented Interfaces:
java.io.Serializable

public class DicomServiceException
extends java.io.IOException

Since:
Mar 5, 2006
Version:
$Revision: 835 $ $Date: 2007-06-27 05:49:29 +0200 (Wed, 27 Jun 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)
See Also:
Serialized Form

Constructor Summary
DicomServiceException(DicomObject rq, int status)
           
DicomServiceException(DicomObject rq, int status, java.lang.String message)
           
 
Method Summary
 DicomObject getCommand()
           
 DicomObject getDataset()
           
 void setData(DicomObject data)
           
 void setErrorComment(java.lang.String val)
           
 void setErrorID(int val)
           
 
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

DicomServiceException

public DicomServiceException(DicomObject rq,
                             int status)

DicomServiceException

public DicomServiceException(DicomObject rq,
                             int status,
                             java.lang.String message)
Method Detail

setErrorComment

public void setErrorComment(java.lang.String val)

setErrorID

public void setErrorID(int val)

getCommand

public final DicomObject getCommand()

getDataset

public final DicomObject getDataset()

setData

public final void setData(DicomObject data)


Copyright © 2011 dcm4che. All Rights Reserved.