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,
RuntimeException inner)
Initializes a new instance of the
FormatNotSupportedException class with a specified error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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, RuntimeException 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.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.