ImageException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class ImageException extends System.Exception

The image exception.

Constructors

ConstructorDescription
ImageException(String message)Initializes a new instance of the ImageException class.
ImageException(String message, Throwable innerException)Initializes a new instance of the ImageException class.

ImageException(String message)

public ImageException(String message)

Initializes a new instance of the ImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

ImageException(String message, Throwable innerException)

public ImageException(String message, Throwable innerException)

Initializes a new instance of the ImageException class.

Parameters:

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