Packages

 

com.aspose.cad.cadexceptions.imageformats

Class IfcImageException

  • All Implemented Interfaces:
    Serializable


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

    Ifc image exception

    See Also:
    Serialized Form
    • Constructor Detail

      • IfcImageException

        public IfcImageException(String message)

        Initializes a new instance of the IfcImageException class.

        Parameters:
        message - The exception message.
      • IfcImageException

        public IfcImageException(String message,
                                 Throwable innerException)

        Initializes a new instance of the IfcImageException class.

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