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

de.jplag.exceptions.RootDirectoryException Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package de.jplag.exceptions;

/**
 * Exceptions for problems with the root directory that lead to an preemptive exit.
 */
public class RootDirectoryException extends ExitException {

    private static final long serialVersionUID = 3134534079325843267L; // generated

    public RootDirectoryException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy