convert.xml.tok
Class PartialTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by convert.xml.tok.TokenException
              extended by convert.xml.tok.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

Constructor Summary
PartialTokenException()
           
 
Method Summary
 
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
 

Constructor Detail

PartialTokenException

public PartialTokenException()