All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.tok.PartialTokenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.jclark.xml.tok.TokenException
                           |
                           +----com.jclark.xml.tok.PartialTokenException

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.


Constructor Index

 o PartialTokenException()

Constructors

 o PartialTokenException
 public PartialTokenException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index