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

com.lowagie.text.pdf.PdfXConformanceException Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
/*
 * PdfXConformanceException.java
 *
 * Created on March 21, 2004, 5:29 PM
 */

package com.lowagie.text.pdf;

/**
 *
 * @author  psoares
 */
public class PdfXConformanceException extends RuntimeException {
    
    /** Creates a new instance of PdfXConformanceException */
    public PdfXConformanceException() {
    }
    
    public PdfXConformanceException(String s) {
        super(s);
    }    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy