Class NonStandardSemVerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
xyz.rk0cc.josev.NonStandardSemVerException
All Implemented Interfaces:
Serializable

public final class NonStandardSemVerException extends Exception
When SemVer.parse(String) unable to parse from String to SemVer because invalid syntax.
This Exception can not invoke outside of index package of JOSEV.
Since:
1.0.0
See Also: