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:
    Serialized Form
    • Constructor Detail

      • WstxUnexpectedCharException

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

      • getChar

        public char getChar()