Class ConventionalVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.joke.conventionalversion.git.ConventionalVersionException
- All Implemented Interfaces:
Serializable
A precondition the calculation cannot proceed without.
Every message names the remedy. A wrong-but-plausible coordinate reaching Maven Central is unrecoverable, so nothing here falls back to a default version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConventionalVersionException(String message) ConventionalVersionException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConventionalVersionException
-
ConventionalVersionException
-