ImageMaskingException

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

public final class ImageMaskingException extends System.Exception

The exceptions which specified for image masking system.

Constructors

ConstructorDescription
ImageMaskingException(String message)Initializes a new instance of the ImageMaskingException class.

ImageMaskingException(String message)

public ImageMaskingException(String message)

Initializes a new instance of the ImageMaskingException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.