ChmParsingException is a subclass of TikaException. This is exception occurs when there is a problem with the CHM file.
public class ChmParsingExceptionv extends TikaException
Constructors
- ChmParsingException(String description)
CHM ?
CHM is a compiled HTML help format used for software documentation, which consists of HTML pages, indexes, and other navigation tools. These files are compressed and deployed in binary format.
CHM files support the following features:
- Data Compression
- In-built search engine.
- One file can merge multiple .chm files.
- Extended character supports, although fully not support Unicode.
You must log in to post a comment.