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

net.sourceforge.pmd.ant.ReportException Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
/*
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */

package net.sourceforge.pmd.ant;

/**
 * @author Philippe T'Seyen
 * @apiNote Internal API
 */
class ReportException extends RuntimeException {
    private static final long serialVersionUID = 6043174086675858209L;

    ReportException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy