Class VersionParseException

All Implemented Interfaces:
Serializable

public class VersionParseException extends RuntimeException
The VersionParseException is thrown if a version could not be parsed.
Since:
2.0.0
See Also:
  • Constructor Details

    • VersionParseException

      public VersionParseException()
    • VersionParseException

      public VersionParseException(String message)
    • VersionParseException

      public VersionParseException(Throwable cause)
    • VersionParseException

      public VersionParseException(String message, Throwable cause)