01: /* 02: * @(#)XmlChars.java 1.1 00/08/05 03: * 04: * Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. 05: */ 06: 07: package com.sun.xml.dtdparser; 08: 09: import java.io.IOException; 10: 11: class EndOfInputException extends IOException { 12: }