Module technology.sola.json
Package technology.sola.json.tokenizer.exception
package technology.sola.json.tokenizer.exception
This package provides various exceptions for errors that may happen during tokenization.
-
ExceptionsClassDescriptionException for when an invalid character is found during tokenization.Exception thrown when an invalid control character is found during tokenization.Exception thrown when an invalid decimal number is found during tokenization.Exception thrown when an invalid exponential number is found during tokenization.Exception for when an invalid keyword is found during tokenization.Exception thrown when an invalid number starts with a leading zero is found during tokenization.Exception thrown when an invalid negative number is found during tokenization.Exception thrown when an invalid Unicode character is found during tokenization.Exception thrown when a string was discovered to be not closed during tokenization.