FbxImageException

Inheritance: java.lang.Object, com.aspose.cad.cadexceptions.ImageException

Ifc image exception

Constructors

ConstructorDescription
FbxImageException(String message)Initializes a new instance of the FbxImageException class.
FbxImageException(String message, RuntimeException innerException)Initializes a new instance of the FbxImageException class.

FbxImageException(String message)

public FbxImageException(String message)

Initializes a new instance of the FbxImageException class.

Parameters:

ParameterTypeDescription
messageStringThe exception message.

FbxImageException(String message, RuntimeException innerException)

public FbxImageException(String message, RuntimeException innerException)

Initializes a new instance of the FbxImageException class.

Parameters:

ParameterTypeDescription
messageStringThe exception message.
innerExceptionRuntimeExceptionThe inner exception.