ImageCreateException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException
public class ImageCreateException extends ImageException
L’exception de création d’image. Se produit lors de la création d’une image.
Constructeurs
| Constructeur | Description |
|---|---|
| ImageCreateException(String message) | Initialise une nouvelle instance de la classe ImageCreateException. |
| ImageCreateException(String message, Throwable innerException) | Initialise une nouvelle instance de la classe ImageCreateException. |
ImageCreateException(String message)
public ImageCreateException(String message)
Initialise une nouvelle instance de la classe ImageCreateException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
ImageCreateException(String message, Throwable innerException)
public ImageCreateException(String message, Throwable innerException)
Initialise une nouvelle instance de la classe ImageCreateException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
| innerException | java.lang.Throwable | L’exception interne. |