PasswordRequiredException constructor
init
Default constructor
def __init__(self):
...
init
Creates an exception instance with a FileType
def __init__(self, file_type):
...
Parameter | Type | Description |
---|---|---|
file_type | groupdocs.conversion.filetypes.FileType | The file type |
init
Creates an exception instance with a message
def __init__(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message |
See Also
- module
groupdocs.conversion.exceptions
- class
PasswordRequiredException