All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.tok.PartialCharException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.jclark.xml.tok.TokenException
                           |
                           +----com.jclark.xml.tok.PartialTokenException
                                   |
                                   +----com.jclark.xml.tok.PartialCharException

public class PartialCharException
extends PartialTokenException
Thrown to indicate that the subarray being tokenized is not the complete encoding of one or more characters, but might be if more bytes were added.


Method Index

 o getLeadByteIndex()
Returns the index of the first byte that is not part of the complete encoding of a character.

Methods

 o getLeadByteIndex
 public int getLeadByteIndex()
Returns the index of the first byte that is not part of the complete encoding of a character.


All Packages  Class Hierarchy  This Package  Previous  Next  Index