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

no.unit.nva.model.exceptions.InvalidUnconfirmedSeriesException Maven / Gradle / Ivy

There is a newer version: 0.23.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy