public class DocumentFormatException extends GroupDocsRedactionException
The exception that is thrown when document format is not recognized or is invalid.
| Constructor and Description |
|---|
DocumentFormatException(String message)
Initializes a new instance of DocumentFormatException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentFormatException(String message)
Initializes a new instance of DocumentFormatException class.
message - Message, describing exception contextCopyright © 2025. All rights reserved.