Class VersioningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.apollosoftware.bibliothiki.versioning.VersioningException
All Implemented Interfaces:
Serializable

public final class VersioningException extends RuntimeException
An exception that was thrown by the versioning module (because of a version formatting or semantics issue).
See Also:
  • Constructor Details

    • VersioningException

      public VersioningException(String message)
      Construct a VersioningException raised by this module directly.
      Parameters:
      message - The human-readable description of the cause.