![JAR search and dependency download from the Maven repository](/logo.png)
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