Serialized Form
-
Package com.github.zafarkhaja.semver
-
Exception Class com.github.zafarkhaja.semver.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Exception Class com.github.zafarkhaja.semver.UnexpectedCharacterException
class UnexpectedCharacterException extends ParseException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
expected
com.github.zafarkhaja.semver.VersionParser.CharType[] expected
The array of expected character types. -
position
int position
The position of the unexpected character. -
unexpected
Character unexpected
The unexpected character.
-
-
Class com.github.zafarkhaja.semver.Version
class Version extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
-
-
Package com.github.zafarkhaja.semver.expr
-
Exception Class com.github.zafarkhaja.semver.expr.LexerException
class LexerException extends ParseException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
expr
String expr
The string being analyzed starting from an illegal character.
-
-
Exception Class com.github.zafarkhaja.semver.expr.UnexpectedTokenException
class UnexpectedTokenException extends ParseException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
expected
com.github.zafarkhaja.semver.expr.Lexer.Token.Type[] expected
The array of the expected token types. -
unexpected
com.github.zafarkhaja.semver.expr.Lexer.Token unexpected
The unexpected token.
-
-
-
Package com.github.zafarkhaja.semver.util
-
Exception Class com.github.zafarkhaja.semver.util.UnexpectedElementException
class UnexpectedElementException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
expected
Stream.ElementType<?>[] expected
The array of the expected element types. -
position
int position
The position of the unexpected element in the stream. -
unexpected
Object unexpected
The unexpected element in the stream.
-
-