public final class InvalidFormatException extends GroupDocsMarkdownException
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidFormatException()
public InvalidFormatException(String message)
message - error messageCopyright © 2026. All rights reserved.