public final class InvalidFormatException extends GroupDocsMarkdownException
| Constructor and Description |
|---|
InvalidFormatException()
Initializes a new instance of the
InvalidFormatException class. |
InvalidFormatException(String message)
Initializes a new instance of the
InvalidFormatException class. |
InvalidFormatException(String message,
Throwable cause)
Initializes a new instance of the
InvalidFormatException class. |
InvalidFormatException(Throwable cause)
Initializes a new instance of the
InvalidFormatException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidFormatException()
InvalidFormatException class.public InvalidFormatException(String message)
InvalidFormatException class.message - The message that describes the error.public InvalidFormatException(String message, Throwable cause)
InvalidFormatException 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 InvalidFormatException(Throwable cause)
InvalidFormatException class.cause - The cause of the exception.Copyright © 2026. All rights reserved.