Package com.thaiopensource.xml.tok
Class PartialCharException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.thaiopensource.xml.tok.TokenException
-
- com.thaiopensource.xml.tok.PartialTokenException
-
- com.thaiopensource.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLeadCharIndex()Returns the index of the first char that is not part of the complete encoding of a character.
-