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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message that describes the error. |