Class InvalidControlCharacterException

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

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

    • InvalidControlCharacterException

      public InvalidControlCharacterException(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