UnsupportedFormatException

Represents an exception thrown when a document format is not recognized or not supported by the SDK (e.g., attempting to open a file whose content cannot be identified as any supported document format, or whose format has no registered handler). Exception ID: 3025

Constructors

Link copied to clipboard
public void UnsupportedFormatException(String message)
public void UnsupportedFormatException(String message, Throwable cause)

Properties

Link copied to clipboard
Link copied to clipboard
public final int errorCode
Link copied to clipboard
public final static int EXCEPTION_ID
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
public int getErrorCode()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()