package com.jclark.xml.tok;

/**
 * Thrown to indicate that the subarray being tokenized is empty.
 * @version $Revision: 1.2 $ $Date: 1998/02/17 04:23:55 $
 */
public class EmptyTokenException extends TokenException {
}
