public final class InvalidFormatException extends RuntimeException
The exception that is thrown when user tries to open some document with format-specific options that are incompatible with original document format.
| Constructor and Description |
|---|
InvalidFormatException() |
InvalidFormatException(String message) |
InvalidFormatException(String message,
RuntimeException inner) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidFormatException()
public InvalidFormatException(String message)
public InvalidFormatException(String message, RuntimeException inner)
Copyright © 2024. All rights reserved.