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

The Dicom image exception.

Constructors

ConstructorDescription
DicomImageException(String message)Initializes a new instance of the DicomImageException class.
DicomImageException(String message, Throwable innerException)Initializes a new instance of the DicomImageException class.

DicomImageException(String message)

public DicomImageException(String message)

Initializes a new instance of the DicomImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.

DicomImageException(String message, Throwable innerException)

public DicomImageException(String message, Throwable innerException)

Initializes a new instance of the DicomImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
innerExceptionjava.lang.ThrowableThe inner exception.