org.dicom4j.dicom
Class DicomViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dicom4j.dicom.DicomException
org.dicom4j.dicom.DicomViolationException
- All Implemented Interfaces:
- Serializable
public class DicomViolationException
- extends DicomException
Exception which can occurs when the DICOM standard is not respected.
example: an AET length more than 16 character
- Since:
- 0.0.0
- 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 |
DicomViolationException
public DicomViolationException()
DicomViolationException
public DicomViolationException(String msg)
DicomViolationException
public DicomViolationException(String arg0,
Throwable arg1)
DicomViolationException
public DicomViolationException(Throwable arg0)
Copyright © 2009 dicom4j. All Rights Reserved.