01: package net.javacoding.jspider.api.model; 02: 03: /** 04: * 05: * $Id: ParseErrorResource.java,v 1.1.1.1 2002/11/20 17:02:32 vanrogu Exp $ 06: * 07: * @author Günther Van Roey 08: */ 09: public interface ParseErrorResource extends FetchedResource { 10: 11: }