public final class InvalidFormatException
extends com.aspose.ms.System.Exception
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
public InvalidFormatException()
public InvalidFormatException(String message)
public InvalidFormatException(String message, RuntimeException inner)