java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.rpm.exception.RpmException
org.xbib.rpm.exception.ChangelogParseException
org.xbib.rpm.exception.NoInitialAsteriskException
- All Implemented Interfaces:
Serializable
This exception is when a change log entry does not begin with an asterisk.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoInitialAsteriskException
public NoInitialAsteriskException()
-