Package sonia.scm.version
Class VersionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.version.VersionParseException
- All Implemented Interfaces:
Serializable
The VersionParseException is thrown if a version could not be parsed.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionParseException
(String message) VersionParseException
(String message, Throwable cause) VersionParseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionParseException
public VersionParseException() -
VersionParseException
-
VersionParseException
-
VersionParseException
-