All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lowagie.text.rtf.parser.exceptions.RtfUnknownCtrlWordException Maven / Gradle / Ivy

Go to download

Itext is a java library to create and manipulate PDFs. This is a fork of version 2.1.7 the last MPL/LGPL version. It's focused basically on mantain compatibility with newer bouncycastle releases and small bugfixes.

There is a newer version: 2.2.2
Show newest version
package com.lowagie.text.rtf.parser.exceptions;

/**
 * @since 2.1.0
 */
public class RtfUnknownCtrlWordException extends RtfParserException {

	/**
	 * Generated serial version UID.
	 */
	private static final long serialVersionUID = 7243046509505727849L;
    
    // constructors
    
    /**
     * Constructs a RtfParserException whithout a message.
     */
    public RtfUnknownCtrlWordException() {
        super("Unknown control word.");
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy