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

no.arktekk.siren.SirenParseException Maven / Gradle / Ivy

package no.arktekk.siren;

public class SirenParseException extends RuntimeException {
    public SirenParseException() {
        super();
    }

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

    public SirenParseException(String message, Throwable cause) {
        super(message, cause);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy