org.dicom4j.dicom
Class DicomViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by 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

Constructor Summary
DicomViolationException()
           
DicomViolationException(String msg)
           
DicomViolationException(String arg0, Throwable arg1)
           
DicomViolationException(Throwable arg0)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.