public class FormatNotSupportedException extends AsposeException
Exception that is thrown during document load, when the document format is not recognized or not supported by the component.
Constructor and Description |
---|
FormatNotSupportedException()
Initializes a new instance of the
FormatNotSupportedException class. |
FormatNotSupportedException(String message)
Initializes a new instance of the
FormatNotSupportedException class with a specified error message. |
FormatNotSupportedException(String message,
Throwable inner)
Initializes a new instance of the
FormatNotSupportedException class with a specified error message. |
getErrorDetails, getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FormatNotSupportedException()
Initializes a new instance of the FormatNotSupportedException
class.
public FormatNotSupportedException(String message)
Initializes a new instance of the FormatNotSupportedException
class with a specified error message.
message
- A message that describes the error.public FormatNotSupportedException(String message, Throwable inner)
Initializes a new instance of the FormatNotSupportedException
class with a specified error message.
message
- A message that describes the error.inner
- The exception causing the current exception.