public class GroupDocsMarkdownException extends RuntimeException
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroupDocsMarkdownException()
public GroupDocsMarkdownException(String message)
message - error messagepublic GroupDocsMarkdownException(String message, Throwable cause)
message - error messagecause - underlying exceptionpublic GroupDocsMarkdownException(Throwable cause)
cause - underlying exceptionCopyright © 2026. All rights reserved.