Package com.thaiopensource.xml.tok
Class ExtensibleTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.thaiopensource.xml.tok.TokenException
-
- com.thaiopensource.xml.tok.ExtensibleTokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExtensibleTokenException extends TokenException
Thrown to indicate that the char subarray being tokenized is a legal XML token, but that subsequent chars in the same entity could be part of the token. For example,Tokenizer.tokenizePrologwould throw this if the char subarray consists of a legal XML name.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTokenType()Returns the type of token in the byte subarrary.
-