DicomImageException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class DicomImageException extends System.Exception

استثناء صورة Dicom.

المنشئات

المنشئالوصف
DicomImageException(String message)يُهيئ نسخة جديدة من الفئة DicomImageException.
DicomImageException(String message, Throwable innerException)يُهيئ نسخة جديدة من الفئة DicomImageException.

DicomImageException(String message)

public DicomImageException(String message)

يُهيئ نسخة جديدة من الفئة DicomImageException.

Parameters:

معاملنوعالوصف
messagejava.lang.Stringالرسالة.

DicomImageException(String message, Throwable innerException)

public DicomImageException(String message, Throwable innerException)

يُهيئ نسخة جديدة من الفئة DicomImageException.

Parameters:

معاملنوعالوصف
messagejava.lang.Stringالرسالة.
innerExceptionjava.lang.Throwableالاستثناء الداخلي.