public class GroupDocsMarkdownException extends Exception
| Constructor and Description |
|---|
GroupDocsMarkdownException()
Initializes a new instance of the
GroupDocsMarkdownException class. |
GroupDocsMarkdownException(String message)
Initializes a new instance of the
GroupDocsMarkdownException class. |
GroupDocsMarkdownException(String message,
Throwable cause)
Initializes a new instance of the
GroupDocsMarkdownException class. |
GroupDocsMarkdownException(Throwable cause)
Initializes a new instance of the
GroupDocsMarkdownException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroupDocsMarkdownException()
GroupDocsMarkdownException class.public GroupDocsMarkdownException(String message)
GroupDocsMarkdownException class.message - The message that describes the error.public GroupDocsMarkdownException(String message, Throwable cause)
GroupDocsMarkdownException class.message - The error message that explains the reason for the exception.cause - The exception that is the cause of the current exception, or null if no inner exception is specified.public GroupDocsMarkdownException(Throwable cause)
GroupDocsMarkdownException class.cause - The cause of the exception.Copyright © 2026. All rights reserved.