Class VersioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.apollosoftware.bibliothiki.versioning.VersioningException
- All Implemented Interfaces:
Serializable
An exception that was thrown by the versioning module (because of a version
formatting or semantics issue).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersioningException(String message) Construct aVersioningExceptionraised by this module directly. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersioningException
Construct aVersioningExceptionraised by this module directly.- Parameters:
message- The human-readable description of the cause.
-