Module org.xbib.rpm

Class RpmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.rpm.exception.RpmException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangelogParseException, InvalidDirectiveException, InvalidPathException, PathOutsideBuildPathException, SigningKeyNotFoundException, UnknownArchitectureException, UnknownOperatingSystemException

public class RpmException extends Exception
Exceptions thrown by the RPM builder or reader.
See Also:
  • Constructor Details

    • RpmException

      public RpmException()
    • RpmException

      public RpmException(Throwable t)
    • RpmException

      public RpmException(String message)
    • RpmException

      public RpmException(String message, Throwable cause)