Trispark JDT
2.50.13

com.archimed.dicom
Class DicomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.archimed.dicom.DicomException
All Implemented Interfaces:
java.io.Serializable

public class DicomException
extends java.lang.Exception

Thrown to indicate that the application has done something, which would violate the DICOM Data structures and encoding (Part 3.5).

Since:
18/02/1999
See Also:
Serialized Form

Constructor Summary
DicomException()
          Constructs a DicomException with no detail message.
DicomException(int g, int e, java.lang.String s)
          Constructs a DicomException with message: (g,e): s
DicomException(int dname, java.lang.String s)
          Constructs a DicomException with message: 'DDict description': s
DicomException(java.lang.String s)
          Constructs a DicomException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DicomException

public DicomException()
Constructs a DicomException with no detail message.


DicomException

public DicomException(java.lang.String s)
Constructs a DicomException with the specified detail message.


DicomException

public DicomException(int g,
                      int e,
                      java.lang.String s)
Constructs a DicomException with message: (g,e): s


DicomException

public DicomException(int dname,
                      java.lang.String s)
Constructs a DicomException with message: 'DDict description': s


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.