Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getTokenType()
      Returns the type of token in the byte subarrary.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.