public class FileTypeNotSupportedException extends GroupDocsViewerException
Thrown during document load, when the document format is not recognized or not supported by GroupDocs.Viewer.
Constructor and Description |
---|
FileTypeNotSupportedException(String fileType,
ILocalizationHandler localizationHandler)
Initializes a new instance of the
FileTypeNotSupportedException class. |
FileTypeNotSupportedException(String message,
Throwable throwable)
Instantiates a new File type not supported exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FileTypeNotSupportedException(String fileType, ILocalizationHandler localizationHandler)
Initializes a new instance of the FileTypeNotSupportedException
class.
fileType
- the file typelocalizationHandler
- The localization handler.Copyright © 2018. All rights reserved.