GroupDocsConversionException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class GroupDocsConversionException extends System.Exception
GroupDocs.Conversion general exception
| Constructor | Description |
|---|---|
| GroupDocsConversionException() | Default constructor |
| GroupDocsConversionException(String message) | Creates an exception with a specific message |
| GroupDocsConversionException(String message, RuntimeException exception) | Create an exception with a specific message and propagate the inner exception |
public GroupDocsConversionException()
Default constructor
public GroupDocsConversionException(String message)
Creates an exception with a specific message
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message |
public GroupDocsConversionException(String message, RuntimeException exception)
Create an exception with a specific message and propagate the inner exception
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message |
| exception | java.lang.RuntimeException | The inner exception |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.