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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

ImageLoadException(String message, Throwable innerException)

public ImageLoadException(String message, Throwable innerException)

Initializes a new instance of the ImageLoadException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.
innerExceptionjava.lang.ThrowableThe inner exception.