Module org.xbib.rpm

Class ChangelogParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatesOutOfSequenceException, IncompleteChangelogEntryException, InvalidChangelogDateException, NoInitialAsteriskException

public abstract class ChangelogParseException extends RpmException
Exceptions thrown by the ChangeLogParser.
See Also:
  • Constructor Details

    • ChangelogParseException

      public ChangelogParseException()
    • ChangelogParseException

      public ChangelogParseException(Exception e)
    • ChangelogParseException

      public ChangelogParseException(String message)