Package com.thaiopensource.xml.tok
Class PartialTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.thaiopensource.xml.tok.TokenException
-
- com.thaiopensource.xml.tok.PartialTokenException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PartialCharException
public class PartialTokenException extends TokenException
Thrown to indicate that the byte subarray being tokenized does not start with a legal XML token but might be one if the subarray were extended.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartialTokenException()
-