WatermarkException constructor
init
Initializes a new instance of the WatermarkException
class.
def __init__(self):
...
init
Initializes a new instance of the WatermarkException
class with a specified error message.
def __init__(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message that describes the error. |
See Also
- module
groupdocs.watermark.exceptions
- class
WatermarkException