package com.jclark.xml.tok;

/**
 * Thrown to indicate that the end of the prolog has been detected.
 * @see Encoding#tokenizeProlog
 * @version $Revision: 1.2 $ $Date: 1998/02/17 04:24:03 $
 */
public class EndOfPrologException extends TokenException {
}
