FileFormatException.java

Go to the documentation of this file.
00001 // (C) 2003 by Dominique Unruh. GPL 00002 00003 import java.io.*; 00004 00005 public class FileFormatException extends IOException { 00006 public FileFormatException() { 00007 } 00008 public FileFormatException(String s) { 00009 super(s); 00010 } 00011 }

Generated on Sun Aug 15 11:56:53 2004 for International Input by doxygen 1.3.7