Class ConventionalVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.joke.conventionalversion.git.ConventionalVersionException
All Implemented Interfaces:
Serializable

public class ConventionalVersionException extends RuntimeException
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 Details

    • ConventionalVersionException

      public ConventionalVersionException(String message)
    • ConventionalVersionException

      public ConventionalVersionException(String message, Throwable cause)