ImageLoadException
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 ImageLoadException extends ImageException
The image load exception. Occurs during image loading.
Constructors
Constructor | Description |
---|---|
ImageLoadException(String message) | Initializes a new instance of the ImageLoadException class. |
ImageLoadException(String message, Throwable innerException) | Initializes a new instance of the ImageLoadException class. |
ImageLoadException(String message)
public ImageLoadException(String message)
Initializes a new instance of the ImageLoadException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
ImageLoadException(String message, Throwable innerException)
public ImageLoadException(String message, Throwable innerException)
Initializes a new instance of the ImageLoadException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
innerException | java.lang.Throwable | The inner exception. |