source: trunk/gli/src/org/greenstone/gatherer/file/FileAlreadyExistsException.java@ 4377

Last change on this file since 4377 was 4366, checked in by kjdon, 21 years ago

re-tabbed the code for java

  • Property svn:keywords set to Author Date Id Revision
File size: 193 bytes
Line 
1package org.greenstone.gatherer.file;
2
3import java.lang.Exception;
4
5public class FileAlreadyExistsException
6 extends Exception {
7
8 public FileAlreadyExistsException() {
9 super();
10 }
11}
Note: See TracBrowser for help on using the repository browser.