Packages

 

com.aspose.cad.cadexceptions.imageformats

Class IgesImageException

  • All Implemented Interfaces:
    Serializable


    public class IgesImageException
    extends com.aspose.cad.cadexceptions.ImageException

    Iges image exception

    See Also:
    Serialized Form
    • Constructor Detail

      • IgesImageException

        public IgesImageException(String message)

        Initializes a new instance of the IgesImageException class.

        Parameters:
        message - The exception message.
      • IgesImageException

        public IgesImageException(String message,
                                  Throwable innerException)

        Initializes a new instance of the IgesImageException class.

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