package org.greenstone.gatherer.file;

import java.lang.Exception;

public class UnknownFileErrorException
    extends Exception {

    public UnknownFileErrorException() {
	super();
    }
}
