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