Class InvalidUnicodeCharacterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
technology.sola.json.tokenizer.exception.InvalidUnicodeCharacterException
All Implemented Interfaces:
Serializable, SolaJsonErrorWithLineAndColumn

@NullMarked public class InvalidUnicodeCharacterException extends RuntimeException implements SolaJsonErrorWithLineAndColumn
Exception thrown when an invalid Unicode character is found during tokenization.
See Also:
  • Constructor Details

    • InvalidUnicodeCharacterException

      public InvalidUnicodeCharacterException(int line, int column)
      Creates a new instance of this exception.
      Parameters:
      line - the line where the invalid character was found
      column - the column where the invalid character was found
  • Method Details