1: package org.kohsuke.rngom.parse.compact; 2: 3: import java.io.IOException; 4: 5: public class EOFException extends IOException { 6: }