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