org.dicom4j.network.dimse
Class DimseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dicom4j.dicom.DicomException
org.dicom4j.network.DicomNetworkException
org.dicom4j.network.dimse.DimseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DimseMessageDecoderException, DimseMessageEncoderException
public class DimseException
- extends DicomNetworkException
Base Exception for org.dicom4j.dimse.* packages
- Author:
- Laurent Lecomte
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DimseException
public DimseException(String msg)
DimseException
public DimseException(String arg0,
Throwable arg1)
Copyright © 2009 dicom4j. All Rights Reserved.