|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.archimed.dicom.DicomException
public class DicomException
Thrown to indicate that the application has done something, which would violate the DICOM Data structures and encoding (Part 3.5).
| 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 |
|---|
public DicomException()
public DicomException(java.lang.String s)
public DicomException(int g,
int e,
java.lang.String s)
public DicomException(int dname,
java.lang.String s)
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||