convert.xml.tok
Class ExtensibleTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by convert.xml.tok.TokenException
              extended by convert.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.tokenizeProlog would throw this if the char subarray consists of a legal XML name.

See Also:
Serialized Form

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

getTokenType

public int getTokenType()
Returns the type of token in the byte subarrary.