convert.xml.tok
Class PartialCharException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by convert.xml.tok.TokenException
              extended by convert.xml.tok.PartialTokenException
                  extended by convert.xml.tok.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
 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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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.