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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
DicomImageException(String message, Throwable innerException)
public DicomImageException(String message, Throwable innerException)
Initializes a new instance of the DicomImageException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
innerException | java.lang.Throwable | The inner exception. |