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 görüntü istisnası.

Yapıcılar

YapıcıAçıklama
DicomImageException(String message)Yeni bir DicomImageException sınıfı örneği oluşturur.
DicomImageException(String message, Throwable innerException)Yeni bir DicomImageException sınıfı örneği oluşturur.

DicomImageException(String message)

public DicomImageException(String message)

Yeni bir DicomImageException sınıfı örneği oluşturur.

Parameters:

ParametreTürAçıklama
mesajjava.lang.StringMesaj.

DicomImageException(String message, Throwable innerException)

public DicomImageException(String message, Throwable innerException)

Yeni bir DicomImageException sınıfı örneği oluşturur.

Parameters:

ParametreTürAçıklama
mesajjava.lang.StringMesaj.
innerExceptionjava.lang.Throwableİç istisna.