Packages

 

com.aspose.cad.fileformats.fbx

Class FbxImageException

  • All Implemented Interfaces:
    Serializable


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

    Ifc image exception

    See Also:
    Serialized Form
    • Constructor Detail

      • FbxImageException

        public FbxImageException(String message)

        Initializes a new instance of the FbxImageException class.

        Parameters:
        message - The exception message.
      • FbxImageException

        public FbxImageException(String message,
                                 RuntimeException innerException)

        Initializes a new instance of the FbxImageException class.

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