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

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

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