![JAR search and dependency download from the Maven repository](/logo.png)
org.redline_rpm.changelog.IncompleteChangelogEntryException Maven / Gradle / Ivy
package org.redline_rpm.changelog;
/**
* This exception is thrown when parsing of the changelog file results in
* an incomplete ChangeLogEntry
*
* Copyright (c) 2007-2016 FreeCompany
*/
public class IncompleteChangelogEntryException extends ChangelogParseException {
public IncompleteChangelogEntryException() {
super(INCOMPLETE_ENTRY);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy