Class SemanticVersionParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.version.SemanticVersionParserException
All Implemented Interfaces:
Serializable

public class SemanticVersionParserException extends RuntimeException
Exception thrown when the SemanticVersionParser could not parse a given string.
Since:
3.0.0
See Also:
  • Constructor Details

    • SemanticVersionParserException

      public SemanticVersionParserException()
    • SemanticVersionParserException

      public SemanticVersionParserException(String message)
    • SemanticVersionParserException

      public SemanticVersionParserException(Throwable cause)
    • SemanticVersionParserException

      public SemanticVersionParserException(String message, Throwable cause)