FbxImageException
Inheritance: java.lang.Object, com.aspose.cad.cadexceptions.ImageException
Ifc image exception
Constructors
| Constructor | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| message | String | The exception message. |
FbxImageException(String message, RuntimeException innerException)
public FbxImageException(String message, RuntimeException innerException)
Initializes a new instance of the FbxImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | String | The exception message. |
| innerException | RuntimeException | The inner exception. |