GroupDocsConversionException constructor

init

Default constructor

def __init__(self):
    ...

init

Creates an exception with a specific message

def __init__(self, message):
    ...
Parameter Type Description
message str The message

See Also