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

de.berstanio.ghgparser.DSBNotLoadableException Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package de.berstanio.ghgparser;

/**
 * Eigene Exception zur leichteren Fehlerbehandlung
 */
public class DSBNotLoadableException extends Exception{

    private static final long serialVersionUID = 672631111598658084L;

    public DSBNotLoadableException(Throwable cause) {
        super(cause);
    }

    public DSBNotLoadableException(String cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy