Class WstxUnexpectedCharException

All Implemented Interfaces:
Serializable

public class WstxUnexpectedCharException extends WstxParsingException
Generic exception type that indicates that tokenizer/parser encountered unexpected (but not necessarily invalid per se) character; character that is not legal in current context. Could happen, for example, if white space was missing between attribute value and name of next attribute.
See Also:
  • Field Details

    • mChar

      final char mChar
  • Constructor Details

    • WstxUnexpectedCharException

      public WstxUnexpectedCharException(String msg, Location loc, char c)
  • Method Details

    • getChar

      public char getChar()