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

com.lowagie.text.pdf.hyphenation.HyphenationException Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
/*
 * $Id: HyphenationException.java,v 1.29 2004/12/27 07:10:04 blowagie Exp $
 * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
 * For license details please refer to http://xml.apache.org/fop
 */

package com.lowagie.text.pdf.hyphenation;

/**
 * @author Carlos Villegas 
 */
public class HyphenationException extends Exception {

    public HyphenationException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy