InvalidFormatException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.groupdocs.markdown.GroupDocsMarkdownException
public final class InvalidFormatException extends GroupDocsMarkdownException
Thrown when a file has an invalid or unsupported format.
| Constructor | Description |
|---|---|
| InvalidFormatException() | Creates exception with default message. |
| InvalidFormatException(String message) | Creates exception with custom message. |
| InvalidFormatException(String message, Throwable cause) | Creates exception with custom message and cause. |
public InvalidFormatException()
Creates exception with default message.
public InvalidFormatException(String message)
Creates exception with custom message.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | error message |
public InvalidFormatException(String message, Throwable cause)
Creates exception with custom message and cause.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | error message |
| 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.