|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
convert.xml.tok.TokenException
convert.xml.tok.ExtensibleTokenException
public class ExtensibleTokenException
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.tokenizeProlog
would throw this if the char subarray consists of a legal XML name.
Method Summary | |
---|---|
int |
getTokenType()
Returns the type of token in the byte subarrary. |
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 |
---|
public int getTokenType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |