Packages

 

com.aspose.imaging.coreexceptions.imageformats

Class DicomImageException

  • All Implemented Interfaces:
    Serializable


    public class DicomImageException
    extends com.aspose.ms.System.Exception

    The Dicom image exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • DicomImageException

        public DicomImageException(String message)

        Initializes a new instance of the DicomImageException class.

        Parameters:
        message - The message.
      • DicomImageException

        public DicomImageException(String message,
                                   Throwable innerException)

        Initializes a new instance of the DicomImageException class.

        Parameters:
        message - The message.
        innerException - The inner exception.