GroupDocsMarkdownException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException
public class GroupDocsMarkdownException extends RuntimeException
Represents a product-specific exception that is thrown during file processing.
| Constructor | Description |
|---|---|
| GroupDocsMarkdownException() | Creates exception without message. |
| GroupDocsMarkdownException(String message) | Creates exception with message. |
| GroupDocsMarkdownException(String message, Throwable cause) | Creates exception with message and cause. |
| GroupDocsMarkdownException(Throwable cause) | Creates exception with cause. |
public GroupDocsMarkdownException()
Creates exception without message.
public GroupDocsMarkdownException(String message)
Creates exception with message.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | error message |
public GroupDocsMarkdownException(String message, Throwable cause)
Creates exception with message and cause.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | error message |
| cause | java.lang.Throwable | underlying exception |
public GroupDocsMarkdownException(Throwable cause)
Creates exception with cause.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| cause | java.lang.Throwable | underlying 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.