Class PartialCharException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PartialCharException
    extends PartialTokenException
    Thrown to indicate that the subarray being tokenized is not the complete encoding of one or more XML characters, but might be if more chars were added.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLeadCharIndex()
      Returns the index of the first char that is not part of the complete encoding of a character.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getLeadCharIndex

        public int getLeadCharIndex()
        Returns the index of the first char that is not part of the complete encoding of a character.