no.unit.nva.model.exceptions.InvalidUnconfirmedSeriesException Maven / Gradle / Ivy
package no.unit.nva.model.exceptions;
public class InvalidUnconfirmedSeriesException extends Exception {
public static final String ERROR_MESSAGE = "The series defines a seriesTitle string and an unconfirmed "
+ "series object that have different values. These values should either match, "
+ "or the seriesTitle should be removed.";
public InvalidUnconfirmedSeriesException() {
super(ERROR_MESSAGE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy