source: trunk/greenstone3-extensions/vishnu/src/vishnu/datablock/ShortFileException.java@ 8189

Last change on this file since 8189 was 8189, checked in by kjdon, 20 years ago

first version of Imperial College's Visualiser code

  • Property svn:keywords set to Author Date Id Revision
File size: 179 bytes
Line 
1package vishnu.datablock;
2public class ShortFileException extends Exception
3{
4 public ShortFileException(){super();}
5 public ShortFileException(String s){super(s);}
6}
Note: See TracBrowser for help on using the repository browser.