org.dcm4che2.net
Class DicomServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
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 |
DicomServiceException
public DicomServiceException(DicomObject rq,
int status)
DicomServiceException
public DicomServiceException(DicomObject rq,
int status,
java.lang.String message)
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.