import java.io.*; class FileFormatException extends IOException { public FileFormatException() {} public FileFormatException( String error ) { super(error); } }