Class 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
    • Method Summary

      • 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
    • Constructor Detail

      • PartialTokenException

        public PartialTokenException()