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