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