IgesImageException
Inheritance: java.lang.Object, com.aspose.cad.cadexceptions.ImageException
Iges image exception
Constructors
| Constructor | Description |
|---|---|
| IgesImageException(String message) | Initializes a new instance of the IgesImageException class. |
| IgesImageException(String message, Throwable innerException) | Initializes a new instance of the IgesImageException class. |
IgesImageException(String message)
public IgesImageException(String message)
Initializes a new instance of the IgesImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | String | The exception message. |
IgesImageException(String message, Throwable innerException)
public IgesImageException(String message, Throwable innerException)
Initializes a new instance of the IgesImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | String | The exception message. |
| innerException | Throwable | The inner exception. |