Serialized Form
-
Package com.github.zafarkhaja.semver
-
Exception com.github.zafarkhaja.semver.ParseException
class ParseException extends RuntimeException implements Serializable -
Exception com.github.zafarkhaja.semver.UnexpectedCharacterException
class UnexpectedCharacterException extends ParseException implements Serializable-
Serialized Fields
-
expected
VersionParser.CharType[] expected
The array of expected character types. -
position
int position
The position of the unexpected character. -
unexpected
Character unexpected
The unexpected character.
-
-
-
-
Package com.github.zafarkhaja.semver.expr
-
Exception com.github.zafarkhaja.semver.expr.LexerException
class LexerException extends ParseException implements Serializable-
Serialized Fields
-
expr
String expr
The string being analyzed starting from an illegal character.
-
-
-
Exception com.github.zafarkhaja.semver.expr.UnexpectedTokenException
class UnexpectedTokenException extends ParseException implements Serializable-
Serialized Fields
-
expected
Lexer.Token.Type[] expected
The array of the expected token types. -
unexpected
Lexer.Token unexpected
The unexpected token.
-
-
-
-
Package com.github.zafarkhaja.semver.util
-
Exception com.github.zafarkhaja.semver.util.UnexpectedElementException
class UnexpectedElementException extends RuntimeException implements Serializable-
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.
-
-
-