public class ImageCreateException extends ImageException
The image create exception. Occurs during image creation.
Constructor and Description |
---|
ImageCreateException(String message)
Initializes a new instance of the
ImageCreateException class. |
ImageCreateException(String message,
RuntimeException innerException)
Initializes a new instance of the
ImageCreateException class. |
public ImageCreateException(String message)
Initializes a new instance of the ImageCreateException
class.
message
- The exception message.public ImageCreateException(String message, RuntimeException innerException)
Initializes a new instance of the ImageCreateException
class.
message
- The exception message.innerException
- The inner exception.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.